LatLngDistanceMiles Method |
doogal.co.uk Home
Calculate the surface distance in miles from this LatLng to the given
LatLng.
Namespace:
DotNetCoords
Assembly:
DotNetCoords (in DotNetCoords.dll) Version: 1.0.0.22 (1.0.0.22)
Syntax public double DistanceMiles(
LatLng ll
)
Public Function DistanceMiles (
ll As LatLng
) As Double
public:
double DistanceMiles(
LatLng^ ll
)
member DistanceMiles :
ll : LatLng -> float
Parameters
- ll
- Type: DotNetCoordsLatLng
The LatLng object to measure the distance to.
Return Value
Type:
DoubleThe surface distance in miles.
See Also