| java.lang.Object | |||
| ↳ | BaseMapView | ||
| ↳ | com.tencent.tencentmap.mapsdk.maps.MapView | ||
| ↳ | com.tencent.tencentmap.mapsdk.maps.TextureMapView | ||
Created by nicolasli on 2018/3/21.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
TextureMapView(Context context)
根据给定的参数构造一个MapView 的新对象
| |||||||||||
|
TextureMapView(Context context, TencentMapOptions tencentMapOptions)
根据给定的地图选项初始化地图
| |||||||||||
|
TextureMapView(Context context, AttributeSet attrs)
根据给定的参数构造一个MapView 的新对象
| |||||||||||
|
TextureMapView(Context context, AttributeSet attrs, TencentMapOptions options)
根据给定的参数构造一个MapView 的新对象
| |||||||||||
|
TextureMapView(Context context, AttributeSet attrs, int defStyle)
根据给定的参数构造一个MapView 的新对象
| |||||||||||
|
TextureMapView(Context context, AttributeSet attrs, int defStyle, TencentMapOptions options)
根据给定的参数构造一个MapView 的新对象
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| boolean | isOpaque() | ||||||||||
| void |
setOpaque(boolean opaque)
设置TextureMapView是否不透明, 默认不透明
| ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.tencent.tencentmap.mapsdk.maps.MapView
| |||||||||||
From class
java.lang.Object
| |||||||||||
根据给定的参数构造一个MapView 的新对象
| context | 上下文 |
|---|
根据给定的地图选项初始化地图
| tencentMapOptions | 腾讯地图选项 |
|---|
根据给定的参数构造一个MapView 的新对象
| context | 上下文 |
|---|---|
| attrs | 属性 |
根据给定的参数构造一个MapView 的新对象
| context | 上下文 |
|---|---|
| attrs | 属性 |
根据给定的参数构造一个MapView 的新对象
| context | 上下文 |
|---|---|
| attrs | 属性 |
| defStyle | 风格 |
根据给定的参数构造一个MapView 的新对象
| context | 上下文 |
|---|---|
| attrs | 属性 |
| defStyle | 风格 |
设置TextureMapView是否不透明, 默认不透明
| opaque | 透明开关 |
|---|