---
title: AVRoutePickerViewDelegate
framework: avkit
role: symbol
role_heading: Protocol
path: avkit/avroutepickerviewdelegate
---

# AVRoutePickerViewDelegate

A protocol that defines the methods to adopt to respond to route picker view presentation events.

## Declaration

```swift
protocol AVRoutePickerViewDelegate : NSObjectProtocol
```

## Topics

### Presenting Routes

- [routePickerViewWillBeginPresentingRoutes(_:)](avkit/avroutepickerviewdelegate/routepickerviewwillbeginpresentingroutes(_:).md)
- [routePickerViewDidEndPresentingRoutes(_:)](avkit/avroutepickerviewdelegate/routepickerviewdidendpresentingroutes(_:).md)

## Relationships

### Inherits From

- [NSObjectProtocol](objectivec/nsobjectprotocol.md)

## See Also

### Configuring the delegate

- [delegate](avkit/avroutepickerview/delegate.md)
