ZylGPSReceiver Mobile

GPSPosition.DistanceToAsKm Method (Double, Double)

Returns the distance between one point and the current position in kilometers.

public double DistanceToAsKm(
   Double latitude,
   Double longitude
);

Parameters

Double
Latitude of the point in decimal degrees.
Double
Longitude of the point in decimal degrees.

Return Value

Distance in kilometers.

See Also

GPSPosition Class | ZylGPSReceiverMobile Namespace | GPSPosition.DistanceToAsKm Overload List