public class

TextureMapView

extends MapView
java.lang.Object
   ↳ BaseMapView
     ↳ com.tencent.tencentmap.mapsdk.maps.MapView
       ↳ com.tencent.tencentmap.mapsdk.maps.TextureMapView

Class Overview

Created by nicolasli on 2018/3/21.

Summary

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

Public Constructors

public TextureMapView (Context context)

根据给定的参数构造一个MapView 的新对象

Parameters
context 上下文

public TextureMapView (Context context, TencentMapOptions tencentMapOptions)

根据给定的地图选项初始化地图

Parameters
tencentMapOptions 腾讯地图选项

public TextureMapView (Context context, AttributeSet attrs)

根据给定的参数构造一个MapView 的新对象

Parameters
context 上下文
attrs 属性

public TextureMapView (Context context, AttributeSet attrs, TencentMapOptions options)

根据给定的参数构造一个MapView 的新对象

Parameters
context 上下文
attrs 属性

public TextureMapView (Context context, AttributeSet attrs, int defStyle)

根据给定的参数构造一个MapView 的新对象

Parameters
context 上下文
attrs 属性
defStyle 风格

public TextureMapView (Context context, AttributeSet attrs, int defStyle, TencentMapOptions options)

根据给定的参数构造一个MapView 的新对象

Parameters
context 上下文
attrs 属性
defStyle 风格

Public Methods

public boolean isOpaque ()

public void setOpaque (boolean opaque)

设置TextureMapView是否不透明, 默认不透明

Parameters
opaque 透明开关