SatellitePositioningOptions class
GNSS positioning options.
Constructors
Properties
- enabled ↔ bool
-
Controls GNSS positioning. If false, GNSS positioning is disabled.
Defaults to
true.getter/setter pair - hashCode → int
-
The hash code for this object.
no setterinherited
- hdEnabled ↔ bool
-
Controls HD GNSS positioning. If false, HD GNSS positioning is disabled.
VDR (Vehicle Dead Reckoning) is used if HD GNSS is enabled and sensors are used for positioning.
This feature requires Android 12 or later and dual frequency GNSS receiver and raw GNSS measurements.
This feature is disabled by default: Contact us to enable it.
If it is not enabled or the OS/device requirements are not met, fallback to other positioning technologies may occur and desired accuracy level may not be reached.
Defaults to
false.getter/setter pair - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited