MappedDrivingEvent class Driver Behaviour
A mapped driving event.
Provides information about a driving event.
This class should not be instantiated directly. Instead, use the DriverBehaviourAnalysis.drivingEvents getter to obtain a list of instances.
Constructors
Properties
- eventType → DrivingEvent
-
Get the detected event type.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- latitudeDeg → double
-
Get the latitude coordinates of the event.
no setter
- longitudeDeg → double
-
Get the longitude coordinates of the event.
no setter
- pointerId → int
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- time → int
-
Get the time of the event in milliseconds since epoch.
no setter
Methods
-
dispose(
) → void -
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