public class MapRenderLayerCompat
extends <any>
Constructor and Description |
---|
MapRenderLayerCompat(android.content.Context context,
TencentMapOptions tencentMapOptions)
根据给定的地图选项初始化地图
|
Modifier and Type | Method and Description |
---|---|
protected <any> |
getFactory() |
int |
getMapViewType() |
void |
onSurfaceChanged(java.lang.Object surface,
int width,
int height)
当需要更新Surface时(支持Surface/SurfaceTexture/SurfaceHolder),调用此方法
|
public MapRenderLayerCompat(android.content.Context context, TencentMapOptions tencentMapOptions)
context
- tencentMapOptions
- 腾讯地图选项protected <any> getFactory()
public final int getMapViewType()
public final void onSurfaceChanged(java.lang.Object surface, int width, int height)
surface
- 需要更新的Surfacewidth
- 宽度height
- 高度