Package | Description |
---|---|
com.baidu.mapapi |
SDKInitializer 类,在使用地图SDK各组件之前,需调用 init 初始化
|
Modifier and Type | Method and Description |
---|---|
static ModuleName |
ModuleName.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ModuleName[] |
ModuleName.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static void |
OpenLogUtil.setModuleLogEnable(ModuleName moduleName,
boolean isOpen)
设置是否开启指定模块的调试Log
|