Skip to content

Interface: Heatmap3DOptions

Table of contents

Properties

Properties

list

Optional list: ListType[]

热力值数组

Defined in

src/layers/Heatmap3d.ts:57


radius

Optional radius: number

热力点半径

Defined in

src/layers/Heatmap3d.ts:61


baseHeight

Optional baseHeight: number

最低高度

Defined in

src/layers/Heatmap3d.ts:65


gradient

Optional gradient: AnyObject

颜色配置

Defined in

src/layers/Heatmap3d.ts:69


primitiveType

Optional primitiveType: "POINTS" | "LINES" | "LINE_LOOP" | "LINE_STRIP" | "TRIANGLES" | "TRIANGLE_STRIP" | "TRIANGLE_FAN"

几何基元的类型,即点、线和三角形

Defined in

src/layers/Heatmap3d.ts:73