The visible navigation alert.
SDK
- iOS 12.0+
Framework
- Car
Play
Declaration
var currentNavigationAlert: CPNavigation Alert? { get }
Discussion
If a navigation alert isn't visible, the property returns nil
.
The visible navigation alert.
SDK
Framework
var currentNavigationAlert: CPNavigation Alert? { get }
If a navigation alert isn't visible, the property returns nil
.
func present(navigation Alert: CPNavigation Alert, animated: Bool)
Displays a navigation alert on the map template.
func dismiss Navigation Alert(animated: Bool, completion: (Bool) -> Void)
Tells the map template to dismiss the visable navigation alert.
class CPNavigation Alert
An alert that displays map- or navigation-related information to the user.