|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Overlay
The interface for overlays added to the map. Usually, you will not need to implement this interface directly, but use WidgetOverlay instead.
Method Summary | |
---|---|
void |
added(MapWidget mapWidget)
Invoked when the overlay is added to the MapWidget . |
void |
removed(MapWidget mapWidget)
Invoked when the overlay is removed from the MapWidget . |
void |
updated(MapWidget mapWidget,
boolean isTemporary)
Invoked when the map view changes. |
Method Detail |
---|
void added(MapWidget mapWidget)
MapWidget
.
The implementation is supposed to actually add something to the
mapWidget
's overlay panel.
void updated(MapWidget mapWidget, boolean isTemporary)
isTemporary
specifies
whether the change is temporary (such as during a drag of the map or a
pan animation) or permanent.
void removed(MapWidget mapWidget)
MapWidget
.
The implementtion is supposed to actually remove whatever it added from
the mapWidget
's overlay panel.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |