ContourLayerOptions Object
Bing
These options can be used to with the ContourLayer class.
| Name | Type | Description |
|---|---|---|
colorCallback | function(contourValue: number or string) | A callback function which defines the color of the contour line fill. The callback function must return a CSS color string or a Color object. |
polygonOptions | PolygonOptions | The polygon options that apply to all contour lines in this layer. |
visible | boolean | A boolean indicating if the layer is visible or not. |
zIndex | number | The z-index of the layer. |
Show: