PositionDistanceToAsMiles Method (Double, Double)

ZylGpsReceiver.NET Mobile
Returns the distance between one point and the current position in miles.

Namespace:  ZylSoft.Gps.Mobile
Assembly:  ZylGpsReceiverMobile (in ZylGpsReceiverMobile.dll) Version: 3.14.6846.29005
Syntax

public double DistanceToAsMiles(
	double latitude,
	double longitude
)

Parameters

latitude
Type: SystemDouble
Latitude of the point.
longitude
Type: SystemDouble
Longitude of the point.

Return Value

Type: Double
Distance in miles.
See Also

Reference