共用方式為


CPMapTemplateDelegate_Extensions.ShouldUpdateNotificationForManeuver 方法

定義

呼叫以判斷當應用程式在背景中執行時,是否應該顯示指定的旅遊估計更新的方法。

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

參數

This
ICPMapTemplateDelegate

這個方法運作所在的 實例。

mapTemplate
CPMapTemplate

要查詢的對應範本。

maneuver
CPManeuver
travelEstimates
CPTravelEstimates

旅遊估計要查詢哪些專案。

傳回

true 如果應該顯示指定的行進估計更新,則為 。 否則為 false

適用於