public class BuildingLayer extends Layer implements VectorTileLayer.TileLoaderThemeHook
Layer.EnableHandler| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_HEIGHT |
static boolean |
TRANSLUCENT |
| Constructor and Description |
|---|
BuildingLayer(Map map,
VectorTileLayer tileLayer) |
BuildingLayer(Map map,
VectorTileLayer tileLayer,
int zoomMin,
int zoomMax) |
| Modifier and Type | Method and Description |
|---|---|
void |
complete(MapTile tile,
boolean success)
Called on loader thread when tile loading is completed
|
static ExtrusionBuckets |
get(MapTile tile) |
boolean |
process(MapTile tile,
RenderBuckets buckets,
MapElement element,
RenderStyle style,
int level)
TileLoaderThemeHook
|
getRenderer, isEnabled, map, onDetach, setEnabled, setEnableHandlerpublic static boolean TRANSLUCENT
public static int DEFAULT_HEIGHT
public BuildingLayer(Map map, VectorTileLayer tileLayer)
public BuildingLayer(Map map, VectorTileLayer tileLayer, int zoomMin, int zoomMax)
public boolean process(MapTile tile, RenderBuckets buckets, MapElement element, RenderStyle style, int level)
process in interface VectorTileLayer.TileLoaderThemeHookpublic static ExtrusionBuckets get(MapTile tile)
public void complete(MapTile tile, boolean success)
VectorTileLayer.TileLoaderThemeHookcomplete in interface VectorTileLayer.TileLoaderThemeHook