public class DefaultMapModel extends Object implements MapModel, Serializable
Constructor and Description |
---|
DefaultMapModel() |
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() |
public List<Marker> getMarkers()
getMarkers
in interface MapModel
public List<Polyline> getPolylines()
getPolylines
in interface MapModel
public List<Polygon> getPolygons()
getPolygons
in interface MapModel
public List<Circle> getCircles()
getCircles
in interface MapModel
public List<Rectangle> getRectangles()
getRectangles
in interface MapModel
public void addOverlay(Overlay overlay)
addOverlay
in interface MapModel
public Overlay findOverlay(String id)
findOverlay
in interface MapModel
Copyright © 2018. All rights reserved.