Free cookie consent management tool by TermsFeed Policy Generator

source: branches/RoutePlanning/HeuristicLab.Problems.RoutePlanning/3.3/Osm/RelationMember.cs @ 8290

Last change on this file since 8290 was 8290, checked in by spimming, 12 years ago

#1984: core data types for osm graphs implemented

File size: 178 bytes
Line 
1
2namespace 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.