public interface MapModel
Modifier and Type | Method and Description |
---|---|
void |
addOverlay(Overlay overlay) |
Overlay |
findOverlay(String id) |
List<Circle> |
getCircles() |
List<Marker> |
getMarkers() |
List<Polygon> |
getPolygons() |
List<Polyline> |
getPolylines() |
List<Rectangle> |
getRectangles() |
void addOverlay(Overlay overlay)
Copyright © 2014. All rights reserved.