MappedDrivingEvent class driver_behaviour

Represents a mapped driving event detected during a driving session.

Use instances returned by DriverBehaviourAnalysis.drivingEvents to inspect the type, time and location of discrete driving incidents (for example, harsh braking or cornering).

This class is created by the SDK and should not be instantiated directly by consumers.

See also:

Properties

eventType DrivingEvent
Detected event type for this mapped driving event.
no setter
hashCode int
The hash code for this object.
no setterinherited
hasRegisteredAutoReleaseObject bool
getter/setter pairinherited
latitudeDeg double
Latitude of the event location in decimal degrees.
no setter
longitudeDeg double
Longitude of the event location in decimal degrees.
no setter
pointerId int
The pointer ID of the native object
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
time int
Timestamp of the event in milliseconds since Unix epoch (UTC).
no setter

Methods

dispose() → void
Disposes the native object.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
registerAutoReleaseObject(int pointerId) → void
Registers an object for auto release.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited