Esempio n. 1
0
 public static Coordinate ToCoordinate(this LatLng latLng)
 {
     return(new CoordinateZ(latLng.Lng, latLng.Lat, double.NaN));
 }