Android.Locations.Location: Property Members

The properties 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 Properties

Accuracyfloat. Get the estimated accuracy of this location, in meters.
Altitudedouble. Get the altitude if available, in meters above the WGS 84 reference ellipsoid.
Bearingfloat. Get the bearing, in degrees.
[read-only]
static
CreatorAndroid.OS.IParcelableCreator.
ElapsedRealtimeNanoslong. Return the time of this fix, in elapsed real-time since system boot.
ExtrasAndroid.OS.Bundle. Returns additional provider-specific information about the location fix as a Bundle.
[read-only]
HasAccuracybool. True if this location has an accuracy.
[read-only]
HasAltitudebool. True if this location has an altitude.
[read-only]
HasBearingbool. True if this location has a bearing.
[read-only]
HasSpeedbool. True if this location has a speed.
[read-only]
IsFromMockProviderbool. Returns true if the Location came from a mock provider.
Latitudedouble. Get the latitude, in degrees.
Longitudedouble. Get the longitude, in degrees.
Providerstring. Returns the name of the provider that generated this fix.
Speedfloat. Get the speed if it is available, in meters/second over ground.
Timelong. Return the UTC time of this fix, in milliseconds since January 1, 1970.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.