예제 #1
0
 public DbLocation(Transitstop transitstop)
 {
     LatitudeE7  = transitstop.latitudeE7;
     LongitudeE7 = transitstop.longitudeE7;
     Name        = transitstop.name;
     PlaceId     = transitstop.placeId;
 }
예제 #2
0
 public DbLocationVisit(Transitstop transitstop)
 {
     Location = new DbLocation(transitstop);
 }