The members of Android.Locations.Criteria 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. |
const | NoRequirement | int (0). A constant indicating that the application does not choose to place requirement on a particular feature. |
| Accuracy | Accuracy. Returns a constant indicating desired accuracy of location Accuracy may be Criteria.ACCURACY_FINE if desired location is fine, else it can be Criteria.ACCURACY_COARSE. | |
| AltitudeRequired | bool. Returns whether the provider must provide altitude information. | |
| BearingAccuracy | Accuracy. Returns a constant indicating the desired bearing accuracy. | |
| BearingRequired | bool. Returns whether the provider must provide bearing information. | |
| CostAllowed | bool. Returns whether the provider is allowed to incur monetary cost. | |
| [read-only] static | Creator | Android.OS.IParcelableCreator. |
| HorizontalAccuracy | Accuracy. Returns a constant indicating the desired horizontal accuracy (latitude and longitude). | |
| PowerRequirement | Power. Returns a constant indicating the desired power requirement. | |
| SpeedAccuracy | Accuracy. Returns a constant indicating the desired speed accuracy Accuracy may be Criteria.ACCURACY_LOW, Criteria.ACCURACY_HIGH, or Criteria.NoRequirement. | |
| SpeedRequired | bool. Returns whether the provider must provide speed information. | |
| VerticalAccuracy | Accuracy. Returns a constant indicating the desired vertical accuracy (altitude). |
| [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. |
DescribeContents()Describe the kinds of special objects contained in this Parcelable's marshalled representation. | ||
WriteToParcel(Android.OS.Parcel, Android.OS.ParcelableWriteFlags)Flatten this object in to a Parcel. | ||