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