WrongWayDrivingEvent
An event that represents a period of time where the user was driving in the wrong direction.
WrongWayDrivingEvent API
getEndTime()
getEndTime()
DateTime getEndTime()
Returns the end date and time of occurrence of the event.
getStartTime()
getStartTime()
DateTime getStartTime()
Returns the start date and time of occurrence of the event.
getWaypoints()
getWaypoints()
List<Waypoint> getWaypoints()
Returns the transport waypoints that capture the wrong way driving.
Last updated