Criteria Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
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. |
Criteria()
Constructs a new Criteria object.
[Android.Runtime.Register(".ctor", "()V", "")]
public Criteria ();
- Attributes
Remarks
Constructs a new Criteria object. The new object will have no requirements on accuracy, power, or response time; will not require altitude, speed, or bearing; and will not allow monetary cost.
Java documentation for android.location.Criteria.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.
Applies to
Criteria(Criteria)
Constructs a new Criteria object that is a copy of the given criteria.
[Android.Runtime.Register(".ctor", "(Landroid/location/Criteria;)V", "")]
public Criteria (Android.Locations.Criteria? criteria);
[<Android.Runtime.Register(".ctor", "(Landroid/location/Criteria;)V", "")>]
new Android.Locations.Criteria : Android.Locations.Criteria -> Android.Locations.Criteria
Parameters
- criteria
- Criteria
- Attributes
Remarks
Constructs a new Criteria object that is a copy of the given criteria.
Java documentation for android.location.Criteria.Criteria(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.
Applies to
Criteria(IntPtr, JniHandleOwnership)
A constructor used when creating managed representations of JNI objects; called by the runtime.
protected Criteria (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Locations.Criteria : nativeint * Android.Runtime.JniHandleOwnership -> Android.Locations.Criteria
Parameters
- transfer
- JniHandleOwnership
A JniHandleOwnershipindicating how to handle javaReference
Remarks
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.