---
title: "showPanningInterface(animated:)"
framework: carplay
role: symbol
role_heading: Instance Method
path: "carplay/cpmaptemplate/showpanninginterface(animated:)"
---

# showPanningInterface(animated:)

Shows the panning interface on the map.

## Declaration

```swift
func showPanningInterface(animated: Bool)
```

## Parameters

- `animated`: A Boolean value that determines whether to animate the panning interface.

## Discussion

Discussion Calling this method while displaying the panning interface has no effect. While showing the panning interface, the system hides all map buttons. The system doesn’t provide a button to dismiss the panning interface. Instead, you must provide a map button in the navigation bar that the user taps to dismiss the panning interface.

## See Also

### Panning the Map

- [dismissPanningInterface(animated:)](carplay/cpmaptemplate/dismisspanninginterface(animated:).md)
- [isPanningInterfaceVisible](carplay/cpmaptemplate/ispanninginterfacevisible.md)
