-
Methods in org.robovm.apple.mapkit with parameters of type MKMapView
| Modifier and Type |
Method |
Description |
void |
MKMapViewDelegate.calloutAccessoryControlTapped(MKMapView mapView,
MKAnnotationView view,
UIControl control) |
|
void |
MKMapViewDelegateAdapter.calloutAccessoryControlTapped(MKMapView mapView,
MKAnnotationView view,
UIControl control) |
|
protected static long |
MKCompassButton.create(MKMapView mapView) |
|
protected static long |
MKScaleView.create(MKMapView mapView) |
|
protected static long |
MKUserTrackingButton.create(MKMapView mapView) |
|
void |
MKMapViewDelegate.didAddAnnotationViews(MKMapView mapView,
NSArray<MKAnnotationView> views) |
|
void |
MKMapViewDelegateAdapter.didAddAnnotationViews(MKMapView mapView,
NSArray<MKAnnotationView> views) |
|
void |
MKMapViewDelegate.didAddOverlayRenderers(MKMapView mapView,
NSArray<MKOverlayRenderer> renderers) |
|
void |
MKMapViewDelegateAdapter.didAddOverlayRenderers(MKMapView mapView,
NSArray<MKOverlayRenderer> renderers) |
|
void |
MKMapViewDelegate.didAddOverlayViews(MKMapView mapView,
NSArray<MKOverlayView> overlayViews) |
Deprecated.
|
void |
MKMapViewDelegateAdapter.didAddOverlayViews(MKMapView mapView,
NSArray<MKOverlayView> overlayViews) |
Deprecated.
|
void |
MKMapViewDelegate.didChangeDragState(MKMapView mapView,
MKAnnotationView view,
MKAnnotationViewDragState newState,
MKAnnotationViewDragState oldState) |
|
void |
MKMapViewDelegateAdapter.didChangeDragState(MKMapView mapView,
MKAnnotationView view,
MKAnnotationViewDragState newState,
MKAnnotationViewDragState oldState) |
|
void |
MKMapViewDelegate.didChangeRegion(MKMapView mapView,
boolean animated) |
|
void |
MKMapViewDelegateAdapter.didChangeRegion(MKMapView mapView,
boolean animated) |
|
void |
MKMapViewDelegate.didChangeUserTrackingMode(MKMapView mapView,
MKUserTrackingMode mode,
boolean animated) |
|
void |
MKMapViewDelegateAdapter.didChangeUserTrackingMode(MKMapView mapView,
MKUserTrackingMode mode,
boolean animated) |
|
void |
MKMapViewDelegate.didDeselectAnnotationView(MKMapView mapView,
MKAnnotationView view) |
|
void |
MKMapViewDelegateAdapter.didDeselectAnnotationView(MKMapView mapView,
MKAnnotationView view) |
|
void |
MKMapViewDelegate.didFailLoadingMap(MKMapView mapView,
NSError error) |
|
void |
MKMapViewDelegateAdapter.didFailLoadingMap(MKMapView mapView,
NSError error) |
|
void |
MKMapViewDelegate.didFailToLocateUser(MKMapView mapView,
NSError error) |
|
void |
MKMapViewDelegateAdapter.didFailToLocateUser(MKMapView mapView,
NSError error) |
|
void |
MKMapViewDelegate.didFinishLoadingMap(MKMapView mapView) |
|
void |
MKMapViewDelegateAdapter.didFinishLoadingMap(MKMapView mapView) |
|
void |
MKMapViewDelegate.didFinishRenderingMap(MKMapView mapView,
boolean fullyRendered) |
|
void |
MKMapViewDelegateAdapter.didFinishRenderingMap(MKMapView mapView,
boolean fullyRendered) |
|
void |
MKMapViewDelegate.didSelectAnnotationView(MKMapView mapView,
MKAnnotationView view) |
|
void |
MKMapViewDelegateAdapter.didSelectAnnotationView(MKMapView mapView,
MKAnnotationView view) |
|
void |
MKMapViewDelegate.didStopLocatingUser(MKMapView mapView) |
|
void |
MKMapViewDelegateAdapter.didStopLocatingUser(MKMapView mapView) |
|
void |
MKMapViewDelegate.didUpdateUserLocation(MKMapView mapView,
MKUserLocation userLocation) |
|
void |
MKMapViewDelegateAdapter.didUpdateUserLocation(MKMapView mapView,
MKUserLocation userLocation) |
|
MKAnnotationView |
MKMapViewDelegate.getAnnotationView(MKMapView mapView,
MKAnnotation annotation) |
|
MKAnnotationView |
MKMapViewDelegateAdapter.getAnnotationView(MKMapView mapView,
MKAnnotation annotation) |
|
MKClusterAnnotation |
MKMapViewDelegate.getClusterAnnotationForMemberAnnotations(MKMapView mapView,
NSArray<?> memberAnnotations) |
|
MKClusterAnnotation |
MKMapViewDelegateAdapter.getClusterAnnotationForMemberAnnotations(MKMapView mapView,
NSArray<?> memberAnnotations) |
|
MKOverlayRenderer |
MKMapViewDelegate.getOverlayRenderer(MKMapView mapView,
MKOverlay overlay) |
|
MKOverlayRenderer |
MKMapViewDelegateAdapter.getOverlayRenderer(MKMapView mapView,
MKOverlay overlay) |
|
MKOverlayView |
MKMapViewDelegate.getOverlayView(MKMapView mapView,
MKOverlay overlay) |
Deprecated.
|
MKOverlayView |
MKMapViewDelegateAdapter.getOverlayView(MKMapView mapView,
MKOverlay overlay) |
Deprecated.
|
protected long |
MKUserTrackingBarButtonItem.init(MKMapView mapView) |
|
void |
MKMapViewDelegate.mapViewDidChangeVisibleRegion(MKMapView mapView) |
|
void |
MKMapViewDelegateAdapter.mapViewDidChangeVisibleRegion(MKMapView mapView) |
|
void |
MKCompassButton.setMapView(MKMapView v) |
|
void |
MKScaleView.setMapView(MKMapView v) |
|
void |
MKUserTrackingBarButtonItem.setMapView(MKMapView v) |
|
void |
MKUserTrackingButton.setMapView(MKMapView v) |
|
void |
MKMapViewDelegate.willChangeRegion(MKMapView mapView,
boolean animated) |
|
void |
MKMapViewDelegateAdapter.willChangeRegion(MKMapView mapView,
boolean animated) |
|
void |
MKMapViewDelegate.willStartLoadingMap(MKMapView mapView) |
|
void |
MKMapViewDelegateAdapter.willStartLoadingMap(MKMapView mapView) |
|
void |
MKMapViewDelegate.willStartLocatingUser(MKMapView mapView) |
|
void |
MKMapViewDelegateAdapter.willStartLocatingUser(MKMapView mapView) |
|
void |
MKMapViewDelegate.willStartRenderingMap(MKMapView mapView) |
|
void |
MKMapViewDelegateAdapter.willStartRenderingMap(MKMapView mapView) |
|