Package org.robovm.apple.carplay
Class CPMapTemplateDelegateAdapter
java.lang.Object
org.robovm.rt.bro.NativeObject
org.robovm.objc.ObjCObject
org.robovm.apple.foundation.NSObject
org.robovm.apple.carplay.CPMapTemplateDelegateAdapter
- All Implemented Interfaces:
CPMapTemplateDelegate,NSObjectProtocol,ObjCProtocol
public class CPMapTemplateDelegateAdapter extends NSObject implements CPMapTemplateDelegate
-
Nested Class Summary
Nested classes/interfaces inherited from class org.robovm.apple.foundation.NSObject
NSObject.Handle, NSObject.Marshaler, NSObject.NoRetainMarshaler, NSObject.NSKeyValueObserver, NSObject.NSObjectPtr, NSObject.SkipInitNested classes/interfaces inherited from class org.robovm.objc.ObjCObject
ObjCObject.ObjCObjectPtr, ObjCObject.Super -
Field Summary
-
Constructor Summary
Constructors Constructor Description CPMapTemplateDelegateAdapter() -
Method Summary
Methods inherited from class org.robovm.apple.foundation.NSObject
addKeyValueObserver, addKeyValueObserver, afterMarshaled, alloc, autorelease, autorelease, awakeFromNib, conformsToProtocol, copy, description, didChangeValue, didChangeValue, didChangeValues, doDispose, equals, forceSkipInit, getAutoContentAccessingProxy, getClassForCoder, getClassForKeyedArchiver, getKeyValueCoder, getObservationInfo, hash, hashCode, init, isEqual, isKindOfClass, isMemberOfClass, mutableCopy, performSelector, performSelector, performSelector, performSelector, performSelector, performSelector, performSelector, performSelectorInBackground, performSelectorOnMainThread, performSelectorOnMainThread, performSelectorV, performSelectorV, performSelectorV, release, release, removeKeyValueObserver, removeKeyValueObservers, respondsToSelector, retain, retain, retainCount, setObservationInfo, toString, willChangeValue, willChangeValue, willChangeValuesMethods inherited from class org.robovm.objc.ObjCObject
addStrongRef, dispose, dispose, finalize, getAssociatedObject, getObjCClass, getPeerObject, getSuper, initObject, logRetainRelease, removeStrongRef, retainCustomObjectFromCb, setAssociatedObject, toObjCObject, toObjCObject, updateStrongRef
-
Constructor Details
-
CPMapTemplateDelegateAdapter
public CPMapTemplateDelegateAdapter()
-
-
Method Details
-
shouldShowNotificationForManeuver
- Specified by:
shouldShowNotificationForManeuverin interfaceCPMapTemplateDelegate
-
shouldUpdateNotificationForManeuver
public boolean shouldUpdateNotificationForManeuver(CPMapTemplate mapTemplate, CPManeuver maneuver, CPTravelEstimates travelEstimates)- Specified by:
shouldUpdateNotificationForManeuverin interfaceCPMapTemplateDelegate
-
shouldShowNotificationForNavigationAlert
public boolean shouldShowNotificationForNavigationAlert(CPMapTemplate mapTemplate, CPNavigationAlert navigationAlert)- Specified by:
shouldShowNotificationForNavigationAlertin interfaceCPMapTemplateDelegate
-
mapTemplateDidShowPanningInterface
- Specified by:
mapTemplateDidShowPanningInterfacein interfaceCPMapTemplateDelegate
-
mapTemplateWillDismissPanningInterface
- Specified by:
mapTemplateWillDismissPanningInterfacein interfaceCPMapTemplateDelegate
-
mapTemplateDidDismissPanningInterface
- Specified by:
mapTemplateDidDismissPanningInterfacein interfaceCPMapTemplateDelegate
-
panBegan
- Specified by:
panBeganin interfaceCPMapTemplateDelegate
-
panEnded
- Specified by:
panEndedin interfaceCPMapTemplateDelegate
-
pan
- Specified by:
panin interfaceCPMapTemplateDelegate
-
mapTemplateDidBeginPanGesture
- Specified by:
mapTemplateDidBeginPanGesturein interfaceCPMapTemplateDelegate
-
didUpdatePanGesture
- Specified by:
didUpdatePanGesturein interfaceCPMapTemplateDelegate
-
didEndPanGesture
- Specified by:
didEndPanGesturein interfaceCPMapTemplateDelegate
-
willShowNavigationAlert
- Specified by:
willShowNavigationAlertin interfaceCPMapTemplateDelegate
-
didShowNavigationAlert
- Specified by:
didShowNavigationAlertin interfaceCPMapTemplateDelegate
-
willDismissNavigationAlert
public void willDismissNavigationAlert(CPMapTemplate mapTemplate, CPNavigationAlert navigationAlert, CPNavigationAlertDismissalContext dismissalContext)- Specified by:
willDismissNavigationAlertin interfaceCPMapTemplateDelegate
-
didDismissNavigationAlert
public void didDismissNavigationAlert(CPMapTemplate mapTemplate, CPNavigationAlert navigationAlert, CPNavigationAlertDismissalContext dismissalContext)- Specified by:
didDismissNavigationAlertin interfaceCPMapTemplateDelegate
-
selectedPreviewForTrip
public void selectedPreviewForTrip(CPMapTemplate mapTemplate, CPTrip trip, CPRouteChoice routeChoice)- Specified by:
selectedPreviewForTripin interfaceCPMapTemplateDelegate
-
startedTrip
- Specified by:
startedTripin interfaceCPMapTemplateDelegate
-
mapTemplateDidCancelNavigation
- Specified by:
mapTemplateDidCancelNavigationin interfaceCPMapTemplateDelegate
-
displayStyle
- Specified by:
displayStylein interfaceCPMapTemplateDelegate
-