Contents

mapTemplate(_:didDismiss:dismissalContext:)

Tells the delegate that the system dismissed the navigation alert.

Declaration

optional func mapTemplate(_ mapTemplate: CPMapTemplate, didDismiss navigationAlert: CPNavigationAlert, dismissalContext: CPNavigationAlert.DismissalContext)

Parameters

  • mapTemplate:

    The current map template.

  • navigationAlert:

    The dismissed navigation alert.

  • dismissalContext:

    The reason for dismissing the navigation alert.

See Also

Handling Navigation Alerts