com.tencent.map.geolocation
类 TencentLocationManagerOptions

java.lang.Object
  继承者 com.tencent.map.geolocation.TencentLocationManagerOptions

public class TencentLocationManagerOptions
extends java.lang.Object

TencentLocationManager 调整选项.

TencentLocationManager 的调整, 应在调用定位前完成.

从以下版本开始:
v4.1.4

构造方法摘要
TencentLocationManagerOptions()
           
 
方法摘要
static boolean isLoadLibraryEnabled()
           
static void setLoadLibraryEnabled(boolean enabled)
          设置是否由定位SDK自动加载so library(缺省时为自动加载).
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

TencentLocationManagerOptions

public TencentLocationManagerOptions()
方法详细信息

setLoadLibraryEnabled

public static void setLoadLibraryEnabled(boolean enabled)
设置是否由定位SDK自动加载so library(缺省时为自动加载).


isLoadLibraryEnabled

public static boolean isLoadLibraryEnabled()