MappedDrivingEvent class

Constructors

MappedDrivingEvent.init(int id)

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 in milliseconds since epoch.
no setter
longitudeDeg double
Get the longitude coordinates of the event in milliseconds since epoch.
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