Provider enum Sensor Data Source
Position provider
Values
- unknown → const Provider
-
@brief The position provider is unknown.
- gps → const Provider
-
@brief The position is obtained from a GPS sensor.
- network → const Provider
-
@brief The position is obtained from a network-based source.
- sensorFusion → const Provider
-
@brief The position is improved using inertial sensors for better accuracy.
- mapMatching → const Provider
-
@brief The position is matched with a map for better accuracy.
- simulation → const Provider
-
@brief 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