程序包 | 说明 |
---|---|
com.amap.api.maps |
地图显示包,帮助您在Android应用程序中显示高德地图,并且支持地图交互手势的功能。
|
com.amap.api.maps.model |
覆盖物包,覆盖物(叠加或覆盖到地图的内容)支持标记、折线、多边形和圆。
|
限定符和类型 | 方法和说明 |
---|---|
HeatMapGridLayer |
AMap.addHeatMapGridLayer(HeatMapGridLayerOptions options)
在地图上添加一个热力图网格对象。
|
限定符和类型 | 方法和说明 |
---|---|
HeatMapGridLayerOptions |
HeatMapGridLayerOptions.data(java.util.List<ColorLatLng> val)
设置热力图绘制的数据,data
|
HeatMapGridLayerOptions |
HeatMapGridLayer.getOptions()
获取热力图属性,如果初始化传入的null 则返回也是null
|
HeatMapGridLayerOptions |
HeatMapGridLayerOptions.maxZoom(float val)
最大缩放级别
|
HeatMapGridLayerOptions |
HeatMapGridLayerOptions.minZoom(float val)
最小缩放级别
|
HeatMapGridLayerOptions |
HeatMapGridLayerOptions.type(int val)
设置热力图类型
|
HeatMapGridLayerOptions |
HeatMapGridLayerOptions.visible(boolean isVisible)
设置可见性。
|
HeatMapGridLayerOptions |
HeatMapGridLayerOptions.zIndex(float zIndex)
设置Z轴的值。
|
限定符和类型 | 方法和说明 |
---|---|
void |
HeatMapGridLayer.setOptions(HeatMapGridLayerOptions options)
更新热力图属性
更新时会重新计算热力图数据,建议不要频繁更新
|