Package org.robovm.apple.mapkit
Interface MKAnnotation
-
- All Superinterfaces:
NSObjectProtocol
,org.robovm.objc.ObjCProtocol
- All Known Subinterfaces:
MKOverlay
- All Known Implementing Classes:
MKAnnotationAdapter
,MKCircle
,MKClusterAnnotation
,MKGeodesicPolyline
,MKMultiPoint
,MKOverlayAdapter
,MKPlacemark
,MKPointAnnotation
,MKPolygon
,MKPolyline
,MKShape
,MKTileOverlay
,MKUserLocation
public interface MKAnnotation extends NSObjectProtocol
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CLLocationCoordinate2D
getCoordinate()
java.lang.String
getSubtitle()
java.lang.String
getTitle()
void
setCoordinate(CLLocationCoordinate2D v)
-
-
-
Method Detail
-
getCoordinate
CLLocationCoordinate2D getCoordinate()
-
setCoordinate
void setCoordinate(CLLocationCoordinate2D v)
-
getTitle
java.lang.String getTitle()
-
getSubtitle
java.lang.String getSubtitle()
-
-