PositionSensorConfiguration class Sensor Data Source
Configuration class for position sensor
- Inheritance
-
- Object
- SensorConfiguration
- PositionSensorConfiguration
Constructors
- PositionSensorConfiguration()
-
PositionSensorConfiguration.fromJson(Map<
String, String> json) -
factory
Properties
- allowsBackgroundLocationUpdates ↔ bool?
-
Allows background location updates
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- improvedPositionDefineTransportMode ↔ ImprovedPositionDefTransportMode?
-
Improved position default transport mode
getter/setter pair
- improvedPositionPreferRouteSnap ↔ bool?
-
Prefer route snap for improved position
getter/setter pair
- improvedPositionSnapToMapLinkThresholdBike ↔ int?
-
Improved position max snap to map link threshold for bike
getter/setter pair
- improvedPositionSnapToMapLinkThresholdVehicle ↔ int?
-
Improved position max snap to map link threshold for vehicle
getter/setter pair
- improvedPositionUpdateFrequency ↔ int?
-
Improved position update frequency
getter/setter pair
- pausesLocationUpdatesAutomatically ↔ bool?
-
Automatically pauses updates
getter/setter pair
- positionAccuracy ↔ PositionAccuracy?
-
The position accuracy
getter/setter pair
- positionActivity ↔ PositionActivity?
-
The position activity
getter/setter pair
- positionDistanceFilter ↔ double?
-
The position distance filter
getter/setter pair
- positionHeadingAngle ↔ int?
-
The position heading angle
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sensorFrequency ↔ int?
-
The sensor frequency
getter/setter pairinherited
- timestamp ↔ int?
-
The timestamp
getter/setter pairinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, String> -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited