source:
branches/1894_RoutePlanning/HeuristicLab.Problems.RoutePlanning/3.3/Data.Osm.Core/RelationMember.cs
@
16189
Last change on this file since 16189 was 8516, checked in by spimming, 12 years ago | |
---|---|
File size: 188 bytes |
Line | |
---|---|
1 | |
2 | namespace HeuristicLab.Problems.RoutePlanning.Data.Osm.Core { |
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.