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
| Accuracy | float. Get the estimated accuracy of this location, in meters. | |
| Altitude | double. Get the altitude if available, in meters above the WGS 84 reference ellipsoid. | |
| Bearing | float. Get the bearing, in degrees. | |
| [read-only] static | Creator | Android.OS.IParcelableCreator. |
| ElapsedRealtimeNanos | long. Return the time of this fix, in elapsed real-time since system boot. | |
| Extras | Android.OS.Bundle. Returns additional provider-specific information about the location fix as a Bundle. | |
| [read-only] | HasAccuracy | bool. True if this location has an accuracy. |
| [read-only] | HasAltitude | bool. True if this location has an altitude. |
| [read-only] | HasBearing | bool. True if this location has a bearing. |
| [read-only] | HasSpeed | bool. True if this location has a speed. |
| [read-only] | IsFromMockProvider | bool. Returns true if the Location came from a mock provider. |
| Latitude | double. Get the latitude, in degrees. | |
| Longitude | double. Get the longitude, in degrees. | |
| Provider | string. Returns the name of the provider that generated this fix. | |
| Speed | float. Get the speed if it is available, in meters/second over ground. | |
| Time | long. Return the UTC time of this fix, in milliseconds since January 1, 1970. |
| [read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
| [read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |