GnssCapabilities.HasAccumulatedDeltaRange Method
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 #CAPABILITY_SUPPORTED
if GNSS chipset supports accumulated delta
range, #CAPABILITY_UNSUPPORTED
if GNSS chipset does not support accumulated
delta range, and #CAPABILITY_UNKNOWN
if it is unknown, which means GNSS
chipset may or may not support accumulated delta range.
[Android.Runtime.Register("hasAccumulatedDeltaRange", "()I", "", ApiSince=34)]
public Android.Locations.GnssCapability HasAccumulatedDeltaRange ();
[<Android.Runtime.Register("hasAccumulatedDeltaRange", "()I", "", ApiSince=34)>]
member this.HasAccumulatedDeltaRange : unit -> Android.Locations.GnssCapability
Returns
- Attributes
Remarks
Returns #CAPABILITY_SUPPORTED
if GNSS chipset supports accumulated delta range, #CAPABILITY_UNSUPPORTED
if GNSS chipset does not support accumulated delta range, and #CAPABILITY_UNKNOWN
if it is unknown, which means GNSS chipset may or may not support accumulated delta range.
The accumulated delta range information can be queried in android.location.GnssMeasurement#getAccumulatedDeltaRangeState()
, android.location.GnssMeasurement#getAccumulatedDeltaRangeMeters()
, and android.location.GnssMeasurement#getAccumulatedDeltaRangeUncertaintyMeters()
.
Java documentation for android.location.GnssCapabilities.hasAccumulatedDeltaRange()
.
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.