---
title: "mapTemplateShouldProvideMultiStopRouting(_:)"
framework: carplay
role: symbol
role_heading: Instance Method
path: "carplay/cpmaptemplatedelegate/maptemplateshouldprovidemultistoprouting(_:)"
---

# mapTemplateShouldProvideMultiStopRouting(_:)

Determines if the template should provide UI for multi-stop routing while actively navigating, including the ability to add and remove stops.

## Declaration

```swift
optional func mapTemplateShouldProvideMultiStopRouting(_ mapTemplate: CPMapTemplate) -> Bool
```

## Return Value

Return Value YES if the template should provide multi-stop routing functionalities, otherwise NO
