The members of Android.Locations.LocationProvider are listed below.
See Also: Inherited members from Java.Lang.Object
A constructor used when creating managed representations of JNI objects; called by the runtime. |
[read-only] | Accuracy | Accuracy. Returns a constant describing horizontal accuracy of this provider. |
[read-only] | HasMonetaryCost | bool. Returns true if the use of this provider may result in a monetary charge to the user, false if use is free. |
[read-only] | Name | string. Returns the name of this provider. |
[read-only] | PowerRequirement | Power. Returns the power requirement for this provider. |
[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. |
MeetsCriteria(Criteria)Returns true if this provider meets the given criteria, false otherwise. | ||
RequiresCell()Returns true if the provider requires access to an appropriate cellular network (e.g., to make use of cell tower IDs), false otherwise. | ||
RequiresNetwork()Returns true if the provider requires access to a data network (e.g., the Internet), false otherwise. | ||
RequiresSatellite()Returns true if the provider requires access to a satellite-based positioning system (e.g. | ||
SupportsAltitude()Returns true if the provider is able to provide altitude information, false otherwise. | ||
SupportsBearing()Returns true if the provider is able to provide bearing information, false otherwise. | ||
SupportsSpeed()Returns true if the provider is able to provide speed information, false otherwise. |