Constructor
Protected
circleCircle color
Protected
circleCircle fill color
Protected
circleCircle stroke width
Protected
textText color
Protected
textText font
Protected
textText size
Protected
tileTile Border color
Protected
tileTile Border stroke width
Protected
tileTile fill color
Draw a tile with the provided text label in the middle
custom image, or null
tile width to draw
tile height to draw
count of features in the requested tile
feature index results
Optional
canvas: HTMLCanvasElement | EmulatedCanvas2Dcanvas to draw in
Draw a custom tile when the number of features within the tile is unknown. This is called when a feature table is not indexed and more total features exist than the max per tile.
custom image, or null
tile width to draw
tile height to draw
count of total features in the feature table
results in a feature result set
Optional
canvas: HTMLCanvasElement | EmulatedCanvas2Dcanvas to draw in
Generated using TypeDoc
Draws a tile indicating the number of features that exist within the tile, visible when zoomed in closer. The number is drawn in the center of the tile and by default is surrounded by a colored circle with border. By default a tile border is drawn and the tile is colored (transparently most likely). The paint objects for each draw type can be modified to or set to null (except for the text paint object).