Interface MarkerOverlay
-
-
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.
-
Modifier and Type | Method | Description |
---|---|---|
Point |
getPoint() |
|
void |
moveTo(Point point) |
Move this marker to the specified location.
|