The properties of Android.Locations.Criteria are listed below. For a list of all members, see the Criteria Members list.
See Also: Inherited members from Java.Lang.Object
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. |