public class TencentMapOptions
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
LOGO_POSITION_BOTTOM_LEFT
设置地图logo的显示位置:左下角
|
static int |
LOGO_POSITION_BOTTOM_RIGHT
设置地图logo的显示位置:右下角,默认
|
static int |
LOGO_POSITION_TOP_LEFT
设置地图logo的显示位置:左上角
|
static int |
LOGO_POSITION_TOP_RIGHT
设置地图logo的显示位置:右上角
|
| Constructor and Description |
|---|
TencentMapOptions() |
| Modifier and Type | Method and Description |
|---|---|
TencentMapOptions |
enableHandDrawMap(boolean flag)
是否启用手绘图
|
boolean |
isHandDrawMapEnable()
当前是否处于手绘图状态
|
public static final int LOGO_POSITION_BOTTOM_LEFT
public static final int LOGO_POSITION_BOTTOM_RIGHT
public static final int LOGO_POSITION_TOP_RIGHT
public static final int LOGO_POSITION_TOP_LEFT
public TencentMapOptions enableHandDrawMap(boolean flag)
flag - public boolean isHandDrawMapEnable()