Exemplo n.º 1
0
 public GeoPolygon(params GeoLocation[] locations)
 {
     Locations = locations;
     Boudary   = new GeoBoundary(Locations);
 }
Exemplo n.º 2
0
 public TrackBoundary(Guid trackId, GeoBoundary boundary, int overlapCount)
 {
     TrackId      = trackId;
     Boundary     = boundary;
     OverlapCount = overlapCount;
 }