WrongWayDrivingEvent
An event that represents a period of time where the user was driving in the wrong direction.
WrongWayDrivingEvent API
startDate
startDate
The start date of the event.
let startDate: SENTDate
endDate
endDate
The end date of the event.
let endDate: SENTDate
waypoints
waypoints
The transport waypoints that capture the wrong way driving.
let waypoints: [SENTWaypoint]
Last updated