Type Alias CoveringTilesOptionsInternal
CoveringTilesOptionsInternal: CoveringTilesOptions & {
calculateTileZoom?: CalculateTileZoomFunction;
reparseOverscaled?: boolean;
terrain?: Terrain;
}
calculateTileZoom?: CalculateTileZoomFunction;
reparseOverscaled?: boolean;
terrain?: Terrain;
}
Type Declaration
OptionalcalculateTileZoom?: CalculateTileZoomFunctionOptionalreparseOverscaled?: booleantrueif tiles should be sent back to the worker for each overzoomed zoom level,falseif not. Fill this option when computing covering tiles for a source. When true, any tile atmaxzoomlevel that should be overscaled to a greater zoom will have its zoom set to the overscaled greater zoom. When false, such tiles will have zoom set tomaxzoom.Optionalterrain?: TerrainWhen terrain is present, tile visibility will be computed in regards to the min and max elevations for each tile.
Was this helpful?
Optional function to redefine how tiles are loaded at high pitch angles.