On this page

Type Alias DrawFunctions

type DrawFunctions = {
    atmosphere: typeof drawAtmosphere;
    background: typeof drawBackground;
    circle: typeof drawCircles;
    colorRelief: typeof drawColorRelief;
    custom: typeof drawCustom;
    debug: typeof drawDebug;
    debugPadding: typeof drawDebugPadding;
    fill: typeof drawFill;
    fillExtrusion: typeof drawFillExtrusion;
    heatmap: typeof drawHeatmap;
    hillshade: typeof drawHillshade;
    line: typeof drawLine;
    raster: typeof drawRaster;
    sky: typeof drawSky;
    symbol: typeof drawSymbols;
    terrainCoords: typeof drawCoords;
    terrainDepth: typeof drawDepth;
}
Index

Properties

atmosphere: typeof drawAtmosphere
background: typeof drawBackground
circle: typeof drawCircles
colorRelief: typeof drawColorRelief
custom: typeof drawCustom
debug: typeof drawDebug
debugPadding: typeof drawDebugPadding
fill: typeof drawFill
fillExtrusion: typeof drawFillExtrusion
heatmap: typeof drawHeatmap
hillshade: typeof drawHillshade
line: typeof drawLine
raster: typeof drawRaster
sky: typeof drawSky
symbol: typeof drawSymbols
terrainCoords: typeof drawCoords
terrainDepth: typeof drawDepth
Was this helpful?
SDK JS
Reference
DrawFunctions