mapTemplate(_:willDismiss:dismissalContext:)
Tells the delegate that the system is preparing to dismiss the navigation alert.
Declaration
optional func mapTemplate(_ mapTemplate: CPMapTemplate, willDismiss navigationAlert: CPNavigationAlert, dismissalContext: CPNavigationAlert.DismissalContext)Parameters
- mapTemplate:
The current map template.
- navigationAlert:
The navigation alert to dismiss.
- dismissalContext:
The reason for dismissing the navigation alert.