Android.Locations.Criteria Members

The members of Android.Locations.Criteria are listed below.

See Also: Inherited members from Java.Lang.Object

Public Constructors

Constructs a new Criteria object.
Constructs a new Criteria object that is a copy of the given criteria.

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Fields

const
NoRequirementint (0). A constant indicating that the application does not choose to place requirement on a particular feature.

Public Properties

AccuracyAccuracy. 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.
AltitudeRequiredbool. Returns whether the provider must provide altitude information.
BearingAccuracyAccuracy. Returns a constant indicating the desired bearing accuracy.
BearingRequiredbool. Returns whether the provider must provide bearing information.
CostAllowedbool. Returns whether the provider is allowed to incur monetary cost.
[read-only]
static
CreatorAndroid.OS.IParcelableCreator.
HorizontalAccuracyAccuracy. Returns a constant indicating the desired horizontal accuracy (latitude and longitude).
PowerRequirementPower. Returns a constant indicating the desired power requirement.
SpeedAccuracyAccuracy. Returns a constant indicating the desired speed accuracy Accuracy may be Criteria.ACCURACY_LOW, Criteria.ACCURACY_HIGH, or Criteria.NoRequirement.
SpeedRequiredbool. Returns whether the provider must provide speed information.
VerticalAccuracyAccuracy. Returns a constant indicating the desired vertical accuracy (altitude).

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.

Public Methods

DescribeContents() : int
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.