Class: heatMapFeature

L.supermap.heatMapFeature

客户端专题图要素类。 支持的 geometry 参数类型为 L.PointL.LatLngL.CircleMarker

L.supermap.heatMapFeature(geometry, attributes)

leaflet/overlay/HeatMapLayer.js, line 17
Name Type Description
geometry L.Point | L.LatLng | L.CircleMarker

要素图形。

attributes Object

要素属性。

Extends