Edit

Share via


CPMapTemplateDelegate_Extensions.ShouldUpdateNotificationForManeuver Method

Definition

Method that is called to determine whether the specified travel estimate updates should be shown when the app is running in the background.

public static bool ShouldUpdateNotificationForManeuver (this CarPlay.ICPMapTemplateDelegate This, CarPlay.CPMapTemplate mapTemplate, CarPlay.CPManeuver maneuver, CarPlay.CPTravelEstimates travelEstimates);
static member ShouldUpdateNotificationForManeuver : CarPlay.ICPMapTemplateDelegate * CarPlay.CPMapTemplate * CarPlay.CPManeuver * CarPlay.CPTravelEstimates -> bool

Parameters

This
ICPMapTemplateDelegate

The instance on which this method operates.

mapTemplate
CPMapTemplate

The template for the map to query.

maneuver
CPManeuver
travelEstimates
CPTravelEstimates

The travel estimates about which to query.

Returns

true if the specified travel estimate updates should be shown. Otherwise, false.

Applies to