Uses of Interface
org.robovm.apple.mapkit.MKAnnotation
| Package | Description |
|---|---|
| org.robovm.apple.mapkit |
-
Uses of MKAnnotation in org.robovm.apple.mapkit
Subinterfaces of MKAnnotation in org.robovm.apple.mapkit Modifier and Type Interface Description interfaceMKOverlayClasses in org.robovm.apple.mapkit that implement MKAnnotation Modifier and Type Class Description classMKAnnotationAdapterclassMKCircleclassMKClusterAnnotationclassMKGeodesicPolylineclassMKMultiPointclassMKMultiPolygonclassMKMultiPolylineclassMKOverlayAdapterclassMKPlacemarkclassMKPointAnnotationclassMKPolygonclassMKPolylineclassMKShapeclassMKTileOverlayclassMKUserLocationMethods in org.robovm.apple.mapkit that return MKAnnotation Modifier and Type Method Description MKAnnotationMKAnnotationView. getAnnotation()Methods in org.robovm.apple.mapkit that return types with arguments of type MKAnnotation Modifier and Type Method Description List<? extends MKAnnotation>MKMapView. getAnnotations()Set<? extends MKAnnotation>MKMapView. getAnnotations(MKMapRect mapRect)List<? extends MKAnnotation>MKMapView. getSelectedAnnotations()Methods in org.robovm.apple.mapkit with parameters of type MKAnnotation Modifier and Type Method Description voidMKMapView. addAnnotation(MKAnnotation annotation)MKAnnotationViewMKMapView. dequeueReusableAnnotationView(String identifier, MKAnnotation annotation)voidMKMapView. deselectAnnotation(MKAnnotation annotation, boolean animated)MKAnnotationViewMKMapViewDelegate. getAnnotationView(MKMapView mapView, MKAnnotation annotation)MKAnnotationViewMKMapViewDelegateAdapter. getAnnotationView(MKMapView mapView, MKAnnotation annotation)MKAnnotationViewMKMapView. getView(MKAnnotation annotation)protected longMKAnnotationView. init(MKAnnotation annotation, String reuseIdentifier)voidMKMapView. removeAnnotation(MKAnnotation annotation)voidMKMapView. selectAnnotation(MKAnnotation annotation, boolean animated)voidMKAnnotationView. setAnnotation(MKAnnotation v)Method parameters in org.robovm.apple.mapkit with type arguments of type MKAnnotation Modifier and Type Method Description voidMKMapView. addAnnotations(List<? extends MKAnnotation> annotations)voidMKMapView. removeAnnotations(List<? extends MKAnnotation> annotations)voidMKMapView. setSelectedAnnotations(List<? extends MKAnnotation> v)voidMKMapView. showAnnotations(List<? extends MKAnnotation> annotations, boolean animated)Constructors in org.robovm.apple.mapkit with parameters of type MKAnnotation Constructor Description MKAnnotationView(MKAnnotation annotation, String reuseIdentifier)MKMarkerAnnotationView(MKAnnotation annotation, String reuseIdentifier)MKPinAnnotationView(MKAnnotation annotation, String reuseIdentifier)Deprecated.MKUserLocationView(MKAnnotation annotation, String reuseIdentifier)