CPMapTemplateDelegate.ShouldUpdateNotificationForManeuver 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.
Developers should override this method to return true
if the system should update notifications with travelEstimates
even when the app is in the background.
[Foundation.Export("mapTemplate:shouldUpdateNotificationForManeuver:withTravelEstimates:")]
public virtual bool ShouldUpdateNotificationForManeuver (CarPlay.CPMapTemplate mapTemplate, CarPlay.CPManeuver maneuver, CarPlay.CPTravelEstimates travelEstimates);
abstract member ShouldUpdateNotificationForManeuver : CarPlay.CPMapTemplate * CarPlay.CPManeuver * CarPlay.CPTravelEstimates -> bool
override this.ShouldUpdateNotificationForManeuver : CarPlay.CPMapTemplate * CarPlay.CPManeuver * CarPlay.CPTravelEstimates -> bool
Parameters
- mapTemplate
- CPMapTemplate
- maneuver
- CPManeuver
- travelEstimates
- CPTravelEstimates
Returns
- Attributes