Package org.robovm.apple.mapkit
Interface MKOverlay
- All Superinterfaces:
MKAnnotation,NSObjectProtocol,ObjCProtocol
- All Known Implementing Classes:
MKCircle,MKGeodesicPolyline,MKMultiPolygon,MKMultiPolyline,MKOverlayAdapter,MKPolygon,MKPolyline,MKTileOverlay
public interface MKOverlay extends MKAnnotation
-
Method Summary
Modifier and Type Method Description booleancanReplaceMapContent()MKMapRectgetBoundingMapRect()CLLocationCoordinate2DgetCoordinate()booleanintersects(MKMapRect mapRect)Methods inherited from interface org.robovm.apple.mapkit.MKAnnotation
getSubtitle, getTitle, setCoordinate
-
Method Details
-
getCoordinate
CLLocationCoordinate2D getCoordinate()- Specified by:
getCoordinatein interfaceMKAnnotation
-
getBoundingMapRect
MKMapRect getBoundingMapRect() -
intersects
-
canReplaceMapContent
boolean canReplaceMapContent()
-