MobileForms Toolkit Documentation

GeoPoint.GetDistanceTo Method 

Returns the calculated distance, as Resco.Geo.GeoDistance structure, from the current Resco.Geo.GeoPoint to the provided Resco.Geo.GeoPoint.

public GeoDistance GetDistanceTo(
GeoPoint other
);

Parameters

other
The Resco.Geo.GeoPoint used to calculate the distance from the current Resco.Geo.GeoPoint.

Return Value

Returns an instance of the Resco.Geo.GeoDistance structure. The distance between the two geographic coordinates.

See Also

GeoPoint Class | Resco.Location Namespace