Criteria Class

Definition

A class indicating the application criteria for selecting a location provider.

[Android.Runtime.Register("android/location/Criteria", DoNotGenerateAcw=true)]
public class Criteria : Java.Lang.Object, Android.OS.IParcelable, IDisposable, Java.Interop.IJavaPeerable
[<Android.Runtime.Register("android/location/Criteria", DoNotGenerateAcw=true)>]
type Criteria = class
    inherit Object
    interface IParcelable
    interface IJavaObject
    interface IDisposable
    interface IJavaPeerable
Inheritance
Criteria
Attributes
Implements

Remarks

A class indicating the application criteria for selecting a location provider. Providers may be ordered according to accuracy, power usage, ability to report altitude, speed, bearing, and monetary cost.

This member is deprecated. Criteria based APIs are deprecated because they cannot fully capture the complexity of location providers, and encourage bad development practices. Prefer to explicit select the location provider of interest (LocationManager#FUSED_PROVIDER, LocationManager#GPS_PROVIDER, etc), rather than relying on Criteria.

Java documentation for android.location.Criteria.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Constructors

Criteria()

Constructs a new Criteria object.

Criteria(Criteria)

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

Criteria(IntPtr, JniHandleOwnership)

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

Fields

NoRequirement

A constant indicating that the application does not choose to place requirement on a particular feature.

Properties

Accuracy

Returns a constant indicating desired accuracy of location. -or- Indicates the desired accuracy for latitude and longitude.

AltitudeRequired

Returns whether the provider must provide altitude information. -or- Indicates whether the provider must provide altitude information.

BearingAccuracy

Returns a constant indicating the desired bearing accuracy. -or- Indicates the desired bearing accuracy.

BearingRequired

Returns whether the provider must provide bearing information. -or- Indicates whether the provider must provide bearing information.

Class

Returns the runtime class of this Object.

(Inherited from Object)
CostAllowed

Returns whether the provider is allowed to incur monetary cost. -or- Indicates whether the provider is allowed to incur monetary cost.

Creator
Handle

The handle to the underlying Android instance.

(Inherited from Object)
HorizontalAccuracy

Returns a constant indicating the desired horizontal accuracy (latitude and longitude). -or- Indicates the desired horizontal accuracy (latitude and longitude).

JniIdentityHashCode (Inherited from Object)
JniPeerMembers
PeerReference (Inherited from Object)
PowerRequirement

Returns a constant indicating the desired maximum power requirement. -or- Indicates the desired maximum power requirement.

SpeedAccuracy

Returns a constant indicating the desired speed accuracy. -or- Indicates the desired speed accuracy.

SpeedRequired

Returns whether the provider must provide speed information. -or- Indicates whether the provider must provide speed information.

ThresholdClass

This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

ThresholdType

This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

VerticalAccuracy

Returns a constant indicating the desired vertical accuracy (altitude). -or- Indicates the desired vertical accuracy (altitude).

Methods

Clone()

Creates and returns a copy of this object.

(Inherited from Object)
DescribeContents()

Describe the kinds of special objects contained in this Parcelable's marshalled representation.

Dispose() (Inherited from Object)
Dispose(Boolean) (Inherited from Object)
Equals(Object)

Indicates whether some other object is "equal to" this one.

(Inherited from Object)
GetHashCode()

Returns a hash code value for the object.

(Inherited from Object)
JavaFinalize()

Called by the garbage collector on an object when garbage collection determines that there are no more references to the object.

(Inherited from Object)
Notify()

Wakes up a single thread that is waiting on this object's monitor.

(Inherited from Object)
NotifyAll()

Wakes up all threads that are waiting on this object's monitor.

(Inherited from Object)
SetHandle(IntPtr, JniHandleOwnership)

Sets the Handle property.

(Inherited from Object)
ToArray<T>() (Inherited from Object)
ToString()

Returns a string representation of the object.

(Inherited from Object)
UnregisterFromRuntime() (Inherited from Object)
Wait()

Causes the current thread to wait until it is awakened, typically by being <em>notified</em> or <em>interrupted</em>.

(Inherited from Object)
Wait(Int64)

Causes the current thread to wait until it is awakened, typically by being <em>notified</em> or <em>interrupted</em>, or until a certain amount of real time has elapsed.

(Inherited from Object)
Wait(Int64, Int32)

Causes the current thread to wait until it is awakened, typically by being <em>notified</em> or <em>interrupted</em>, or until a certain amount of real time has elapsed.

(Inherited from Object)
WriteToParcel(Parcel, ParcelableWriteFlags)

Flatten this object in to a Parcel.

Explicit Interface Implementations

IJavaPeerable.Disposed() (Inherited from Object)
IJavaPeerable.DisposeUnlessReferenced() (Inherited from Object)
IJavaPeerable.Finalized() (Inherited from Object)
IJavaPeerable.JniManagedPeerState (Inherited from Object)
IJavaPeerable.SetJniIdentityHashCode(Int32) (Inherited from Object)
IJavaPeerable.SetJniManagedPeerState(JniManagedPeerStates) (Inherited from Object)
IJavaPeerable.SetPeerReference(JniObjectReference) (Inherited from Object)

Extension Methods

JavaCast<TResult>(IJavaObject)

Performs an Android runtime-checked type conversion.

JavaCast<TResult>(IJavaObject)
GetJniTypeName(IJavaPeerable)

Applies to