public interface ShapeMarkers
| Modifier and Type | Method and Description |
|---|---|
void |
addNew(Marker marker)
Add the marker
|
void |
delete(Marker marker)
Delete the marker
|
List<Marker> |
getMarkers()
Get all markers
|
List<Marker> getMarkers()
void delete(Marker marker)
marker - void addNew(Marker marker)
marker -