MobileForms Toolkit Documentation

GeoPoint.GetDistanceInMeters Method

Returns the calculated distance in meters, from the current Resco.Geo.GeoPoint to the provided Resco.Geo.GeoPoint.

Overload List

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);

See Also

GeoPoint Class | Resco.Location Namespace