source:
branches/RoutePlanning/HeuristicLab.Problems.RoutePlanning/3.3/Osm/RelationMember.cs
@
8471
Last change on this file since 8471 was 8290, checked in by spimming, 12 years ago | |
---|---|
File size: 178 bytes |
Line | |
---|---|
1 | |
2 | namespace HeuristicLab.Problems.RoutePlanning.Osm { |
3 | public class RelationMember { |
4 | public OsmBase Member { get; set; } |
5 | public string Role { get; set; } |
6 | } |
7 | } |
Note: See TracBrowser
for help on using the repository browser.