Location.MslAltitudeAccuracyMeters 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 the estimated Mean Sea Level altitude accuracy in meters of this location at the 68th percentile confidence level. -or- Sets the Mean Sea Level altitude accuracy of this location in meters.
public virtual float MslAltitudeAccuracyMeters { [Android.Runtime.Register("getMslAltitudeAccuracyMeters", "()F", "GetGetMslAltitudeAccuracyMetersHandler", ApiSince=34)] get; [Android.Runtime.Register("setMslAltitudeAccuracyMeters", "(F)V", "GetSetMslAltitudeAccuracyMeters_FHandler", ApiSince=34)] set; }
[<get: Android.Runtime.Register("getMslAltitudeAccuracyMeters", "()F", "GetGetMslAltitudeAccuracyMetersHandler", ApiSince=34)>]
[<set: Android.Runtime.Register("setMslAltitudeAccuracyMeters", "(F)V", "GetSetMslAltitudeAccuracyMeters_FHandler", ApiSince=34)>]
member this.MslAltitudeAccuracyMeters : single with get, set
Property Value
- Attributes
Remarks
Property getter documentation:
Returns the estimated Mean Sea Level altitude accuracy in meters of this location at the 68th percentile confidence level. This means that there is 68% chance that the true Mean Sea Level altitude of this location falls within #getMslAltitudeMeters()
+/- this uncertainty.
This is only valid if #hasMslAltitudeAccuracy()
is true.
Java documentation for android.location.Location.getMslAltitudeAccuracyMeters()
.
Property setter documentation:
Sets the Mean Sea Level altitude accuracy of this location in meters.
Java documentation for android.location.Location.setMslAltitudeAccuracyMeters(float)
.
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.