---
title: multipleRoutesDetected
framework: avfoundation
role: symbol
role_heading: Instance Property
path: avfoundation/avroutedetector/multipleroutesdetected
---

# multipleRoutesDetected

A Boolean value that indicates whether the object detects more than one playback route.

## Declaration

```swift
var multipleRoutesDetected: Bool { get }
```

## Discussion

Discussion The system posts a AVRouteDetectorMultipleRoutesDetectedDidChangeNotification notification when this property value changes.

## See Also

### Detecting routes

- [detectsCustomRoutes](avfoundation/avroutedetector/detectscustomroutes.md)
- [isRouteDetectionEnabled](avfoundation/avroutedetector/isroutedetectionenabled.md)
- [AVRouteDetectorMultipleRoutesDetectedDidChange](foundation/nsnotification/name-swift.struct/avroutedetectormultipleroutesdetecteddidchange.md)
