| 程序包 | 说明 |
|---|---|
| com.amap.api.maps.model |
| 限定符和类型 | 方法和说明 |
|---|---|
java.util.Collection<WeightedLatLng> |
HeatMapLayerOptions.getData()
获取经纬度数据
Get latitude and longitude data |
| 限定符和类型 | 方法和说明 |
|---|---|
HeatMapLayerOptions |
HeatMapLayerOptions.weightedData(java.util.Collection<WeightedLatLng> val)
设置热力图绘制的数据,带权值的位置点集合,data 或 weightedData接口必须设置其中之一
Set the data for drawing the heatmap, a collection of weighted points, either data or weightedData interface must be set |
HeatmapTileProvider.Builder |
HeatmapTileProvider.Builder.weightedData(java.util.Collection<WeightedLatLng> val)
设置热力图绘制的数据,带权值的位置点集合,data 或 weightedData接口必须设置其中之一
Set the data for drawing the heatmap, a collection of weighted points, either data or weightedData interface must be set |