CPMapTemplateDelegate_Extensions.DidShowNavigationAlert Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Method that is called when a navigation alert is shown.
public static void DidShowNavigationAlert (this CarPlay.ICPMapTemplateDelegate This, CarPlay.CPMapTemplate mapTemplate, CarPlay.CPNavigationAlert navigationAlert);
static member DidShowNavigationAlert : CarPlay.ICPMapTemplateDelegate * CarPlay.CPMapTemplate * CarPlay.CPNavigationAlert -> unit
Parameters
The instance on which this method operates.
- mapTemplate
- CPMapTemplate
The template for the map for which a navigation alert was shown.
- navigationAlert
- CPNavigationAlert
The alert that was shown.