> For the complete documentation index, see [llms.txt](https://docs.sentiance.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sentiance.com/sdk/api-reference/ios/driving-insights/sentspeedingevent-1.md).

# WrongWayDrivingEvent

An event that represents a period of time where the user was driving in the wrong direction.

## WrongWayDrivingEvent API

### `startDate`

> The start date of the event.
>
> ```swift
> let startDate: SENTDate
> ```

### `endDate`

> The end date of the event.
>
> ```swift
> let endDate: SENTDate
> ```

### `waypoints`

> The transport waypoints that capture the wrong way driving.
>
> ```swift
> let waypoints: [SENTWaypoint]
> ```
