public class BuildingLayer extends Layer implements VectorTileLayer.TileLoaderThemeHook
Layer.EnableHandler| Modifier and Type | Field and Description |
|---|---|
static boolean |
POST_AA |
static boolean |
TRANSLUCENT |
| Constructor and Description |
|---|
BuildingLayer(Map map,
VectorTileLayer tileLayer) |
BuildingLayer(Map map,
VectorTileLayer tileLayer,
boolean mesh) |
BuildingLayer(Map map,
VectorTileLayer tileLayer,
int zoomMin,
int zoomMax,
boolean mesh) |
| 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 BuildingLayer(Map map, VectorTileLayer tileLayer)
public BuildingLayer(Map map, VectorTileLayer tileLayer, boolean mesh)
public BuildingLayer(Map map, VectorTileLayer tileLayer, int zoomMin, int zoomMax, boolean mesh)
public boolean process(MapTile tile, RenderBuckets buckets, MapElement element, RenderStyle style, int level)
process in interface VectorTileLayer.TileLoaderThemeHookpublic static ExtrusionBuckets get(MapTile tile)
tile - the MapTilepublic void complete(MapTile tile, boolean success)
VectorTileLayer.TileLoaderThemeHookcomplete in interface VectorTileLayer.TileLoaderThemeHook