次の方法で共有


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

適用対象