public class TextureMapView extends MapView
Constructor and Description |
---|
TextureMapView(Context context)
根据给定的参数构造一个MapView 的新对象
|
TextureMapView(Context context,
AttributeSet attrs)
根据给定的参数构造一个MapView 的新对象
|
TextureMapView(Context context,
AttributeSet attrs,
int defStyle)
根据给定的参数构造一个MapView 的新对象
|
TextureMapView(Context context,
TencentMapOptions tencentMapOptions)
根据给定的地图选项初始化地图
|
Modifier and Type | Method and Description |
---|---|
protected MapViewType |
getViewType() |
getMap, getMap, getMapPadding, onDestroy, onPause, onRestart, onResume, onSizeChanged, onStart, onStop, onSurfaceChanged, onTouchEvent, setMapPadding, setOnTop
public TextureMapView(Context context)
context
- 上下文public TextureMapView(Context context, TencentMapOptions tencentMapOptions)
context
- tencentMapOptions
- 腾讯地图选项public TextureMapView(Context context, AttributeSet attrs)
context
- 上下文attrs
- 属性public TextureMapView(Context context, AttributeSet attrs, int defStyle)
context
- 上下文attrs
- 属性defStyle
- 风格protected final MapViewType getViewType()