public class LabelLayer extends Layer implements Map.UpdateListener, TileManager.Listener
Layer.EnableHandler| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
LABEL_DATA |
| Constructor and Description |
|---|
LabelLayer(Map map,
VectorTileLayer l) |
| Modifier and Type | Method and Description |
|---|---|
void |
clearLabels() |
void |
onDetach()
Override to perform clean up of resources before shutdown.
|
void |
onMapEvent(Event event,
MapPosition mapPosition) |
void |
onTileManagerEvent(Event e,
MapTile tile) |
void |
update() |
getRenderer, isEnabled, map, setEnabled, setEnableHandlerpublic LabelLayer(Map map, VectorTileLayer l)
public void clearLabels()
public void update()
public void onDetach()
Layerpublic void onMapEvent(Event event, MapPosition mapPosition)
onMapEvent in interface Map.UpdateListenerpublic void onTileManagerEvent(Event e, MapTile tile)
onTileManagerEvent in interface TileManager.Listener