CPMapTemplateDelegate.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.
The system calls this method shortly after beginning the display of a navigation alert.
[Foundation.Export("mapTemplate:didShowNavigationAlert:")]
public virtual void DidShowNavigationAlert (CarPlay.CPMapTemplate mapTemplate, CarPlay.CPNavigationAlert navigationAlert);
abstract member DidShowNavigationAlert : CarPlay.CPMapTemplate * CarPlay.CPNavigationAlert -> unit
override this.DidShowNavigationAlert : CarPlay.CPMapTemplate * CarPlay.CPNavigationAlert -> unit
Parameters
- mapTemplate
- CPMapTemplate
- navigationAlert
- CPNavigationAlert
- Attributes