CPMapTemplateDelegate.WillShowNavigationAlert 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 before showing the navigationAlert
.
[Foundation.Export("mapTemplate:willShowNavigationAlert:")]
public virtual void WillShowNavigationAlert (CarPlay.CPMapTemplate mapTemplate, CarPlay.CPNavigationAlert navigationAlert);
abstract member WillShowNavigationAlert : CarPlay.CPMapTemplate * CarPlay.CPNavigationAlert -> unit
override this.WillShowNavigationAlert : CarPlay.CPMapTemplate * CarPlay.CPNavigationAlert -> unit
Parameters
- mapTemplate
- CPMapTemplate
- navigationAlert
- CPNavigationAlert
- Attributes