|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface MapListener
Listen for map events.
| Method Summary | |
|---|---|
void |
mapClicked(WgsPoint p)
Called when a point on the map is clicked (when place is not selected). |
void |
mapMoved()
Called after map has been moved. |
void |
needRepaint(boolean mapIsComplete)
Called when the map is changed in some way and repaint needs to be called on the container object. |
| Method Detail |
|---|
void mapMoved()
void mapClicked(WgsPoint p)
p - point clicked in WGS84void needRepaint(boolean mapIsComplete)
mapIsComplete - is current map view complete (if FALSE, then some map tiles are
not yet downloaded)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||