Skip navigation links
A C D G H I M N O R S T U 

A

addHeatOverlay(HeatOverlayOptions) - Method in class com.tencent.map.sdk.compat.TencentMapCompat
需要注意的是,热力图只需要添加一层即可,后续数据更新可以通过HeatOverlay.updateData

C

colorForValue(double) - Method in interface com.tencent.tencentmap.mapsdk.maps.model.HeatOverlayOptions.IColorMapper
设置之后,SDK在做热力图点集的权值向颜色值的映射时将会调用此方法
colorMapper(HeatOverlayOptions.IColorMapper) - Method in class com.tencent.tencentmap.mapsdk.maps.model.HeatOverlayOptions
热力图点集权值与颜色值的映射,权值为[0, 1]上的数据,颜色为32位ARBG颜色值
com.tencent.map.sdk.compat - package com.tencent.map.sdk.compat
"SDK-COMPAT-V4"库是支持旧调用的兼容方案
com.tencent.tencentmap.mapsdk.maps.model - package com.tencent.tencentmap.mapsdk.maps.model
 

D

DEFAULT_RADIUS - Static variable in class com.tencent.tencentmap.mapsdk.maps.model.HeatOverlayOptions
 

G

generateFadeOutMatrix(int) - Method in interface com.tencent.tencentmap.mapsdk.maps.model.HeatOverlayOptions.HeatTileGenerator
 
generateHeatTile(List<HeatNode>, float[], int, int, HeatOverlayOptions.IColorMapper) - Method in interface com.tencent.tencentmap.mapsdk.maps.model.HeatOverlayOptions.HeatTileGenerator
 
getColorMapper() - Method in class com.tencent.tencentmap.mapsdk.maps.model.HeatOverlayOptions
获取热力图点集权值与颜色值的映射关系对象。
getFactory() - Method in class com.tencent.map.sdk.compat.MapRenderLayerCompat
 
getFactory() - Method in class com.tencent.map.sdk.compat.MapViewCompat
 
getFactory() - Method in class com.tencent.map.sdk.compat.TextureMapViewCompat
 
getHeatTileGenerator() - Method in class com.tencent.tencentmap.mapsdk.maps.model.HeatOverlayOptions
 
getId() - Method in class com.tencent.tencentmap.mapsdk.maps.model.HeatOverlay
获得当前热力图的id,对开发者没有什么用。
getMap() - Method in class com.tencent.map.sdk.compat.MapFragmentCompat
获取当前Fragment的 MapViewCompat 关联的 TencentMapCompat对象
getMap() - Method in class com.tencent.map.sdk.compat.SupportMapFragmentCompat
获取当前Fragment的 MapView 关联的 TencentMap对象。
getMapViewType() - Method in class com.tencent.map.sdk.compat.MapRenderLayerCompat
 
getMapViewType() - Method in class com.tencent.map.sdk.compat.MapViewCompat
 
getMapViewType() - Method in class com.tencent.map.sdk.compat.TextureMapViewCompat
 
getNodes() - Method in class com.tencent.tencentmap.mapsdk.maps.model.HeatOverlayOptions
获取当前热力图的节点数据
getOnHeatMapReadyListener() - Method in class com.tencent.tencentmap.mapsdk.maps.model.HeatOverlayOptions
获取当前热力图加载的监听器
getPoint() - Method in class com.tencent.tencentmap.mapsdk.maps.model.HeatDataNode
获取当前节点的经纬度
getRadius() - Method in class com.tencent.tencentmap.mapsdk.maps.model.HeatOverlayOptions
获取第个热点显示的半径
getValue() - Method in class com.tencent.tencentmap.mapsdk.maps.model.HeatDataNode
获取当前节点的热度值
getValue() - Method in class com.tencent.tencentmap.mapsdk.maps.model.HeatNode
 
getX() - Method in class com.tencent.tencentmap.mapsdk.maps.model.HeatNode
 
getY() - Method in class com.tencent.tencentmap.mapsdk.maps.model.HeatNode
 

H

HeatDataNode - Class in com.tencent.tencentmap.mapsdk.maps.model
热点的一个节点
HeatDataNode(LatLng, double) - Constructor for class com.tencent.tencentmap.mapsdk.maps.model.HeatDataNode
构造一个热点对象
HeatNode - Class in com.tencent.tencentmap.mapsdk.maps.model
 
HeatNode(double, double, double) - Constructor for class com.tencent.tencentmap.mapsdk.maps.model.HeatNode
 
HeatOverlay - Class in com.tencent.tencentmap.mapsdk.maps.model
代表当前地图的热力图层,每个地图只支持一层热力图。
HeatOverlay(GLHeatOverlay, HeatOverlayManager, String) - Constructor for class com.tencent.tencentmap.mapsdk.maps.model.HeatOverlay
这个不由开发者调用,如果要获得对象,由以下函数返回 TencentMapCompat.addHeatOverlay(HeatOverlayOptions)
HeatOverlayOptions - Class in com.tencent.tencentmap.mapsdk.maps.model
创建一个热力图层的参数
HeatOverlayOptions() - Constructor for class com.tencent.tencentmap.mapsdk.maps.model.HeatOverlayOptions
 
HeatOverlayOptions.HeatTileGenerator - Interface in com.tencent.tencentmap.mapsdk.maps.model
 
HeatOverlayOptions.IColorMapper - Interface in com.tencent.tencentmap.mapsdk.maps.model
 
HeatOverlayOptions.OnHeatMapReadyListener - Interface in com.tencent.tencentmap.mapsdk.maps.model
热力图数据加载完成时回调
heatTileGenerator(HeatOverlayOptions.HeatTileGenerator) - Method in class com.tencent.tencentmap.mapsdk.maps.model.HeatOverlayOptions
 

I

initMap(Context) - Method in class com.tencent.map.sdk.compat.SupportMapFragmentCompat
 

M

MapFragmentCompat - Class in com.tencent.map.sdk.compat
含有 MapViewCompat 的Fragment, 由于 API Level要求在 12 以上的应用中。
MapFragmentCompat() - Constructor for class com.tencent.map.sdk.compat.MapFragmentCompat
MapRenderLayerCompat - Class in com.tencent.map.sdk.compat
地图渲染Layer,支持将地图渲染到用户通过TencentMapOptions传染的Surfae/SurfaceTexture上, 用户无需将其添加到自己的UITree中,但需要正常调用其生命周期方法,在Surface/SurfaceTexture 尺寸发生变化时,需要调用其onSizeChanged的方法
MapRenderLayerCompat(Context, TencentMapOptions) - Constructor for class com.tencent.map.sdk.compat.MapRenderLayerCompat
根据给定的地图选项初始化地图
MapViewCompat - Class in com.tencent.map.sdk.compat
一个显示地图的视图(View)。它负责从服务端获取地图数据。它将会捕捉屏幕触控手势事件。
MapViewCompat(Context) - Constructor for class com.tencent.map.sdk.compat.MapViewCompat
根据给定的参数构造一个MapView 的新对象
MapViewCompat(Context, TencentMapOptions) - Constructor for class com.tencent.map.sdk.compat.MapViewCompat
根据给定的地图选项初始化地图
MapViewCompat(Context, AttributeSet, int) - Constructor for class com.tencent.map.sdk.compat.MapViewCompat
根据给定的参数构造一个MapView 的新对象

N

newInstance(Context) - Static method in class com.tencent.map.sdk.compat.MapFragmentCompat
创建一个新的MapFragmentCompat
newInstance(Context) - Static method in class com.tencent.map.sdk.compat.SupportMapFragmentCompat
创建一个新的SupportMapFragment
nodes(List<HeatDataNode>) - Method in class com.tencent.tencentmap.mapsdk.maps.model.HeatOverlayOptions
设置热力图的参数。

O

onCreateView(LayoutInflater, ViewGroup, Bundle) - Method in class com.tencent.map.sdk.compat.MapFragmentCompat
onCreateView(LayoutInflater, ViewGroup, Bundle) - Method in class com.tencent.map.sdk.compat.SupportMapFragmentCompat
 
onDestroy() - Method in class com.tencent.map.sdk.compat.MapFragmentCompat
onDestroy() - Method in class com.tencent.map.sdk.compat.SupportMapFragmentCompat
 
onDestroyView() - Method in class com.tencent.map.sdk.compat.MapFragmentCompat
onDestroyView() - Method in class com.tencent.map.sdk.compat.SupportMapFragmentCompat
 
onHeatMapReady() - Method in interface com.tencent.tencentmap.mapsdk.maps.model.HeatOverlayOptions.OnHeatMapReadyListener
热力图数据加载完成时回调
onHeatMapReadyListener(HeatOverlayOptions.OnHeatMapReadyListener) - Method in class com.tencent.tencentmap.mapsdk.maps.model.HeatOverlayOptions
热力图数据就绪回调
onLowMemory() - Method in class com.tencent.map.sdk.compat.SupportMapFragmentCompat
 
onPause() - Method in class com.tencent.map.sdk.compat.MapFragmentCompat
onPause() - Method in class com.tencent.map.sdk.compat.SupportMapFragmentCompat
 
onResume() - Method in class com.tencent.map.sdk.compat.MapFragmentCompat
onResume() - Method in class com.tencent.map.sdk.compat.SupportMapFragmentCompat
 
onSaveInstanceState(Bundle) - Method in class com.tencent.map.sdk.compat.SupportMapFragmentCompat
 
onStart() - Method in class com.tencent.map.sdk.compat.MapFragmentCompat
onStart() - Method in class com.tencent.map.sdk.compat.SupportMapFragmentCompat
 
onStop() - Method in class com.tencent.map.sdk.compat.MapFragmentCompat
onStop() - Method in class com.tencent.map.sdk.compat.SupportMapFragmentCompat
 
onSurfaceChanged(Object, int, int) - Method in class com.tencent.map.sdk.compat.MapRenderLayerCompat
当需要更新Surface时(支持Surface/SurfaceTexture/SurfaceHolder),调用此方法

R

radius(int) - Method in class com.tencent.tencentmap.mapsdk.maps.model.HeatOverlayOptions
热力点的半径,单位像素
remove() - Method in class com.tencent.tencentmap.mapsdk.maps.model.HeatOverlay
删除当前热力图层

S

setArguments(Bundle) - Method in class com.tencent.map.sdk.compat.SupportMapFragmentCompat
 
setOnTop(boolean) - Method in class com.tencent.map.sdk.compat.MapFragmentCompat
 
setOnTop(boolean) - Method in class com.tencent.map.sdk.compat.SupportMapFragmentCompat
参见 MapView#setOnTop(boolean)
setPoint(LatLng) - Method in class com.tencent.tencentmap.mapsdk.maps.model.HeatDataNode
更新当前节点的经纬度
setValue(double) - Method in class com.tencent.tencentmap.mapsdk.maps.model.HeatDataNode
更新当前节点的热度值
SupportMapFragmentCompat - Class in com.tencent.map.sdk.compat
含有 MapView 的Fragment, 由于 API Level要求在 12 以下的应用中。
SupportMapFragmentCompat() - Constructor for class com.tencent.map.sdk.compat.SupportMapFragmentCompat
 

T

TencentMapCompat - Class in com.tencent.map.sdk.compat
 
TextureMapViewCompat - Class in com.tencent.map.sdk.compat
 
TextureMapViewCompat(Context) - Constructor for class com.tencent.map.sdk.compat.TextureMapViewCompat
根据给定的参数构造一个MapView 的新对象
TextureMapViewCompat(Context, TencentMapOptions) - Constructor for class com.tencent.map.sdk.compat.TextureMapViewCompat
根据给定的地图选项初始化地图
TextureMapViewCompat(Context, AttributeSet, int) - Constructor for class com.tencent.map.sdk.compat.TextureMapViewCompat
根据给定的参数构造一个MapView 的新对象

U

updateData(List<HeatDataNode>) - Method in class com.tencent.tencentmap.mapsdk.maps.model.HeatOverlay
更新当前热力图的数据。
A C D G H I M N O R S T U 
Skip navigation links