Android.Locations.Location: Method Members

The methods of Android.Locations.Location are listed below. For a list of all members, see the Location Members list.

See Also: Inherited members from Java.Lang.Object

Public Methods

BearingTo(Android.Locations.Location) : float
Returns the approximate initial bearing in degrees East of true North when traveling along the shortest path between this location and the given location.
static
Convert(string) : double
Converts a String in one of the formats described by FORMAT_DEGREES, FORMAT_MINUTES, or FORMAT_SECONDS into a double.
static
Convert(double, Android.Locations.Format) : string
Converts a coordinate to a String representation.
DescribeContents() : int
Describe the kinds of special objects contained in this Parcelable's marshalled representation.
static
DistanceBetween(double, double, double, double, float[])
Computes the approximate distance in meters between two locations, and optionally the initial and final bearings of the shortest path between them.
DistanceTo(Android.Locations.Location) : float
Returns the approximate distance in meters between this location and the given location.
Dump(Android.Util.IPrinter, string)
RemoveAccuracy()
Remove the accuracy from this location.
RemoveAltitude()
Remove the altitude from this location.
RemoveBearing()
Remove the bearing from this location.
RemoveSpeed()
Remove the speed from this location.
Reset()
Clears the contents of the location.
Set(Android.Locations.Location)
Sets the contents of the location to the values from the given location.
WriteToParcel(Android.OS.Parcel, Android.OS.ParcelableWriteFlags)
Flatten this object in to a Parcel.