Package org.robovm.apple.mapkit
Interface MKAnnotation
- All Superinterfaces:
NSObjectProtocol,ObjCProtocol
- All Known Subinterfaces:
MKOverlay
- All Known Implementing Classes:
MKAnnotationAdapter,MKCircle,MKClusterAnnotation,MKGeodesicPolyline,MKMultiPoint,MKMultiPolygon,MKMultiPolyline,MKOverlayAdapter,MKPlacemark,MKPointAnnotation,MKPolygon,MKPolyline,MKShape,MKTileOverlay,MKUserLocation
public interface MKAnnotation extends NSObjectProtocol
-
Method Summary
Modifier and Type Method Description CLLocationCoordinate2DgetCoordinate()StringgetSubtitle()StringgetTitle()voidsetCoordinate(CLLocationCoordinate2D v)
-
Method Details
-
getCoordinate
CLLocationCoordinate2D getCoordinate() -
setCoordinate
-
getTitle
String getTitle() -
getSubtitle
String getSubtitle()
-