コード例 #1
0
 public static double GetDistance(Geospatial Start, Geospatial Destination)
 {
     return(Start.STDistance(Destination));
 }