共用方式為


CPMapTemplateDelegate.ShouldUpdateNotificationForManeuver 方法

定義

即使應用程式位於背景,開發人員也應該覆寫這個方法,以傳回 true 是否應該使用 travelEstimates 更新通知。

[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

參數

mapTemplate
CPMapTemplate
maneuver
CPManeuver
travelEstimates
CPTravelEstimates

傳回

屬性

適用於