Exemplo n.º 1
0
 public static double Distance(GeoPoint p1, GeoPoint p2)
 {
     return(GeoCalculator.GetGeoDistance(p1, p2));
 }