Provider enum Position
Represents the source of position data.
This enum categorizes the various methods by which geographical position information can be obtained, ranging from basic GPS sensors to advanced sensor fusion and map matching techniques.
See also:
- GemPosition.provider: Provider for raw position data
- GemImprovedPosition: Enhanced position with map matching capabilities
Values
- unknown → const Provider
-
The position provider is unknown.
- gps → const Provider
-
The position is obtained from a GPS sensor.
- network → const Provider
-
The position is obtained from a network-based source.
- sensorFusion → const Provider
-
The position is improved using inertial sensors for better accuracy.
- mapMatching → const Provider
-
The position is matched with a map for better accuracy.
- simulation → const Provider
-
The position data comes from a simulation environment.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - 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