Returns the calculated distance in meters, from the current Resco.Geo.GeoPoint to the provided Resco.Geo.GeoPoint.
Returns the calculated distance in meters, from the current Resco.Geo.GeoPoint to the provided Resco.Geo.GeoPoint.
public double GetDistanceInMeters(GeoPoint);
Returns the calculated distance in meters, from the current Resco.Geo.GeoPoint to the other point defined by latitude and longitude.
public double GetDistanceInMeters(double,double);
GeoPoint Class | Resco.Location Namespace