Android.Locations.Location.BearingTo Method
Returns the approximate initial bearing in degrees East of true North when traveling along the shortest path between this location and the given location.

Syntax

[Android.Runtime.Register("bearingTo", "(Landroid/location/Location;)F", "GetBearingTo_Landroid_location_Location_Handler")]
public virtual float BearingTo (Location dest)

Parameters

dest
the destination location

Returns

Documentation for this section has not yet been entered.

Remarks

Returns the approximate initial bearing in degrees East of true North when traveling along the shortest path between this location and the given location. The shortest path is defined using the WGS84 ellipsoid. Locations that are (nearly) antipodal may produce meaningless results.

[Android Documentation]

Requirements

Namespace: Android.Locations
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1