# 热力图图层
<sm-web-map :map-options="mapOptions">
<sm-heatmap-layer :data="data" :layer-style="heatMapStyle"></sm-heatmap-layer>
</sm-web-map>
# Attributes
参数 | 说明 | 类型 | 可选值 | 默认值 |
---|---|---|---|---|
data | 热力图数据 | GeoJSON (opens new window) | - | - |
layerStyle | 图层样式 | HeatMapStyle | - | - |
支持 Layer 混入参数