MoveDetectionService enum

Move detection services are passed to setup(...) / updateConfig(...)

Inheritance
Available extensions

Values

assistanceCall → const MoveDetectionService

Enables initiateAssistanceCall() functionality.

automaticImpactDetection → const MoveDetectionService

Enables the automatic impact detection service, it will activate during a trip or if no trip detection is configured it will be constantly active.

cycling → const MoveDetectionService

Cycling trip detection. Activates at lower speeds.

driving → const MoveDetectionService

Driving detection for vehicle trips.

distractionFreeDriving → const MoveDetectionService

Distraction detection based on sensors requires driving.

drivingBehaviour → const MoveDetectionService

Driving behavior detection based on sensors requires driving.

deviceDiscovery → const MoveDetectionService

Bluetooth Device Detection based on bluetooth scanning requires driving.

places → const MoveDetectionService

Places service, (pending documentation).

pointsOfInterest → const MoveDetectionService

Points of interest service for user notifications.

publicTransport → const MoveDetectionService

Public transport classification, based on stops and stations.

walking → const MoveDetectionService

Walking service used to determine a user mobility timeline.

walkingLocation → const MoveDetectionService

Annotates walking timeline with locations. May have high battery use.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
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

Constants

values → const List<MoveDetectionService>
A constant List of the values in this enum, in order of their declaration.