Click or drag to resize
LatLngDistance Method
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
)

Parameters

ll
Type: DotNetCoordsLatLng
The LatLng object to measure the distance to.

Return Value

Type: Double
The surface distance in kilometres.
See Also