doogal.co.uk Home
Calculate the surface distance in kilometres 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 Distance(
LatLng ll
)
Public Function Distance (
ll As LatLng
) As Double
public:
double Distance(
LatLng^ ll
)
member Distance :
ll : LatLng -> float
Parameters
- ll
- Type: DotNetCoordsLatLng
The LatLng object to measure the distance to.
Return Value
Type:
DoubleThe surface distance in kilometres.
See Also