共用方式為


ICPMapTemplateDelegate 介面

定義

物件的委派物件 CPMapTemplate

[Foundation.Protocol(Name="CPMapTemplateDelegate", WrapperType=typeof(CarPlay.CPMapTemplateDelegateWrapper))]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 12, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.MacOSX, ObjCRuntime.PlatformArchitecture.All, null)]
public interface ICPMapTemplateDelegate : IDisposable, ObjCRuntime.INativeObject
type ICPMapTemplateDelegate = interface
    interface INativeObject
    interface IDisposable
衍生
屬性
實作

屬性

Handle

處理非受控物件標記法) (指標。

(繼承來源 INativeObject)

擴充方法

DidBeginPanGesture(ICPMapTemplateDelegate, CPMapTemplate)

當移動流覽手勢啟動時所呼叫的方法。

DidCancelNavigation(ICPMapTemplateDelegate, CPMapTemplate)

取消導覽時所呼叫的方法。

DidDismissNavigationAlert(ICPMapTemplateDelegate, CPMapTemplate, CPNavigationAlert, CPNavigationAlertDismissalContext)

取消導覽警示時所呼叫的方法。

DidDismissPanningInterface(ICPMapTemplateDelegate, CPMapTemplate)

關閉移動流覽介面時所呼叫的方法。

DidEndPanGesture(ICPMapTemplateDelegate, CPMapTemplate, CGPoint)

移動流覽介面結束時所呼叫的方法。

DidShowNavigationAlert(ICPMapTemplateDelegate, CPMapTemplate, CPNavigationAlert)

顯示導覽警示時所呼叫的方法。

DidShowPanningInterface(ICPMapTemplateDelegate, CPMapTemplate)

顯示移動流覽介面時所呼叫的方法。

DidUpdatePanGesture(ICPMapTemplateDelegate, CPMapTemplate, CGPoint, CGPoint)

更新移動流覽手勢時所呼叫的方法。

GetDisplayStyle(ICPMapTemplateDelegate, CPMapTemplate, CPManeuver)

物件的委派物件 CPMapTemplate

Pan(ICPMapTemplateDelegate, CPMapTemplate, CPPanDirection)

移動流覽地圖。

PanBegan(ICPMapTemplateDelegate, CPMapTemplate, CPPanDirection)

開始移動流覽時所呼叫的方法。

PanEnded(ICPMapTemplateDelegate, CPMapTemplate, CPPanDirection)

移動流覽結束時所呼叫的方法。

SelectedPreview(ICPMapTemplateDelegate, CPMapTemplate, CPTrip, CPRouteChoice)

物件的委派物件 CPMapTemplate

ShouldShowNotificationForManeuver(ICPMapTemplateDelegate, CPMapTemplate, CPManeuver)

呼叫的方法,以判斷當應用程式在背景中執行時,是否應該顯示導覽動作通知。

ShouldShowNotificationForNavigationAlert(ICPMapTemplateDelegate, CPMapTemplate, CPNavigationAlert)

呼叫以判斷當應用程式在背景中執行時,是否應該顯示導覽警示的方法。

ShouldUpdateNotificationForManeuver(ICPMapTemplateDelegate, CPMapTemplate, CPManeuver, CPTravelEstimates)

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

StartedTrip(ICPMapTemplateDelegate, CPMapTemplate, CPTrip, CPRouteChoice)

開始車程時所呼叫的方法。

WillDismissNavigationAlert(ICPMapTemplateDelegate, CPMapTemplate, CPNavigationAlert, CPNavigationAlertDismissalContext)

在關閉導覽警示之前呼叫的方法。

WillDismissPanningInterface(ICPMapTemplateDelegate, CPMapTemplate)

關閉移動流覽介面之前所呼叫的方法。

WillShowNavigationAlert(ICPMapTemplateDelegate, CPMapTemplate, CPNavigationAlert)

顯示導覽警示之前所呼叫的方法。

適用於