Package org.robovm.apple.mapkit
Class MKMapViewDelegateAdapter
java.lang.Object
org.robovm.rt.bro.NativeObject
org.robovm.objc.ObjCObject
org.robovm.apple.foundation.NSObject
org.robovm.apple.mapkit.MKMapViewDelegateAdapter
- All Implemented Interfaces:
NSObjectProtocol,MKMapViewDelegate,ObjCProtocol
public class MKMapViewDelegateAdapter extends NSObject implements MKMapViewDelegate
-
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 MKMapViewDelegateAdapter() -
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
-
MKMapViewDelegateAdapter
public MKMapViewDelegateAdapter()
-
-
Method Details
-
willChangeRegion
- Specified by:
willChangeRegionin interfaceMKMapViewDelegate
-
didChangeRegion
- Specified by:
didChangeRegionin interfaceMKMapViewDelegate
-
mapViewDidChangeVisibleRegion
- Specified by:
mapViewDidChangeVisibleRegionin interfaceMKMapViewDelegate- Since:
- Available in iOS 11.0 and later.
-
willStartLoadingMap
- Specified by:
willStartLoadingMapin interfaceMKMapViewDelegate
-
didFinishLoadingMap
- Specified by:
didFinishLoadingMapin interfaceMKMapViewDelegate
-
didFailLoadingMap
- Specified by:
didFailLoadingMapin interfaceMKMapViewDelegate
-
willStartRenderingMap
- Specified by:
willStartRenderingMapin interfaceMKMapViewDelegate
-
didFinishRenderingMap
- Specified by:
didFinishRenderingMapin interfaceMKMapViewDelegate
-
getAnnotationView
- Specified by:
getAnnotationViewin interfaceMKMapViewDelegate
-
didAddAnnotationViews
- Specified by:
didAddAnnotationViewsin interfaceMKMapViewDelegate
-
calloutAccessoryControlTapped
public void calloutAccessoryControlTapped(MKMapView mapView, MKAnnotationView view, UIControl control)- Specified by:
calloutAccessoryControlTappedin interfaceMKMapViewDelegate
-
didSelectAnnotationView
- Specified by:
didSelectAnnotationViewin interfaceMKMapViewDelegate
-
didDeselectAnnotationView
- Specified by:
didDeselectAnnotationViewin interfaceMKMapViewDelegate
-
willStartLocatingUser
- Specified by:
willStartLocatingUserin interfaceMKMapViewDelegate
-
didStopLocatingUser
- Specified by:
didStopLocatingUserin interfaceMKMapViewDelegate
-
didUpdateUserLocation
- Specified by:
didUpdateUserLocationin interfaceMKMapViewDelegate
-
didFailToLocateUser
- Specified by:
didFailToLocateUserin interfaceMKMapViewDelegate
-
didChangeDragState
public void didChangeDragState(MKMapView mapView, MKAnnotationView view, MKAnnotationViewDragState newState, MKAnnotationViewDragState oldState)- Specified by:
didChangeDragStatein interfaceMKMapViewDelegate
-
didChangeUserTrackingMode
public void didChangeUserTrackingMode(MKMapView mapView, MKUserTrackingMode mode, boolean animated)- Specified by:
didChangeUserTrackingModein interfaceMKMapViewDelegate
-
getOverlayRenderer
- Specified by:
getOverlayRendererin interfaceMKMapViewDelegate
-
didAddOverlayRenderers
- Specified by:
didAddOverlayRenderersin interfaceMKMapViewDelegate
-
getOverlayView
Deprecated.Deprecated in iOS 13.0. Use -mapView:rendererForOverlay:- Specified by:
getOverlayViewin interfaceMKMapViewDelegate
-
didAddOverlayViews
Deprecated.Deprecated in iOS 13.0. Use -mapView:didAddOverlayRenderers:- Specified by:
didAddOverlayViewsin interfaceMKMapViewDelegate
-
getClusterAnnotationForMemberAnnotations
public MKClusterAnnotation getClusterAnnotationForMemberAnnotations(MKMapView mapView, NSArray<?> memberAnnotations)- Specified by:
getClusterAnnotationForMemberAnnotationsin interfaceMKMapViewDelegate- Since:
- Available in iOS 11.0 and later.
-