Home > @magiclane/maps-sdk > MappedDrivingEvent
MappedDrivingEvent class
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.
Driver Behaviour
Signature:
export declare class MappedDrivingEvent Constructors
|
Constructor |
Modifiers |
Description |
|---|---|---|
|
Constructs a new instance of the |
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
|
Get the detected event type. | ||
|
|
number |
Get the latitude coordinates of the event. | |
|
|
number |
Get the longitude coordinates of the event. | |
|
|
number | bigint | ||
|
|
number |
Get the time of the event in milliseconds since epoch. |
Methods
|
Method |
Modifiers |
Description |
|---|---|---|
|
|