Interface MarkerOverlay
-
- All Superinterfaces:
Overlay
- All Known Implementing Classes:
BasicDrawing.BasicMarkerOverlay
,MapViewDrawing.MapViewMarkerOverlay
public interface MarkerOverlay extends Overlay
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Point
getPoint()
void
moveTo(Point point)
Move this marker to the specified location.
-