Edit

Share via


CPMapTemplateDelegate.ShouldUpdateNotificationForManeuver Method

Definition

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

Applies to