Share via


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)

탐색 경고가 표시되기 직전에 호출되는 메서드입니다.

적용 대상