Free cookie consent management tool by TermsFeed Policy Generator

source: branches/1894_RoutePlanning/HeuristicLab.Problems.RoutePlanning/3.3/Data.Osm.Core/RelationMember.cs @ 16110

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

#1894:

  • solution restructured
  • removed obsolete and outdated parts
File size: 188 bytes
Line 
1
2namespace 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.