Click or drag to resize
LatLngBearing Method
doogal.co.uk Home



Gets the bearing in degrees between two LatLng objects

Namespace:  DotNetCoords
Assembly:  DotNetCoords (in DotNetCoords.dll) Version: 1.0.0.22 (1.0.0.22)
Syntax
public double Bearing(
	LatLng ll
)

Parameters

ll
Type: DotNetCoordsLatLng
The other LatLng object to measure the bearing to

Return Value

Type: Double
The bearing in degrees
See Also