Criteria.AltitudeRequired Property
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.
Returns whether the provider must provide altitude information. -or- Indicates whether the provider must provide altitude information.
public virtual bool AltitudeRequired { [Android.Runtime.Register("isAltitudeRequired", "()Z", "GetIsAltitudeRequiredHandler")] get; [Android.Runtime.Register("setAltitudeRequired", "(Z)V", "GetSetAltitudeRequired_ZHandler")] set; }
[<get: Android.Runtime.Register("isAltitudeRequired", "()Z", "GetIsAltitudeRequiredHandler")>]
[<set: Android.Runtime.Register("setAltitudeRequired", "(Z)V", "GetSetAltitudeRequired_ZHandler")>]
member this.AltitudeRequired : bool with get, set
Property Value
- Attributes
Remarks
Property getter documentation:
Returns whether the provider must provide altitude information.
Java documentation for android.location.Criteria.isAltitudeRequired()
.
Property setter documentation:
Indicates whether the provider must provide altitude information. Not all fixes are guaranteed to contain such information.
Java documentation for android.location.Criteria.setAltitudeRequired(boolean)
.
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.