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)
Syntaxpublic double Bearing(
LatLng ll
)
Public Function Bearing (
ll As LatLng
) As Double
public:
double Bearing(
LatLng^ ll
)
member Bearing :
ll : LatLng -> float
Parameters
- ll
- Type: DotNetCoordsLatLng
The other LatLng object to measure the bearing to
Return Value
Type:
DoubleThe bearing in degrees
See Also