- setAllowDirection(boolean) - 类 中的方法com.tencent.map.geolocation.TencentLocationRequest
-
设置是否允许使用设备传感器获取方向.
- setAllowGPS(boolean) - 类 中的方法com.tencent.map.geolocation.TencentLocationRequest
-
设置是否允许使用GPS进行定位,默认允许.
- setCircularRegion(double, double, float) - 类 中的方法com.tencent.map.geolocation.TencentGeofence.Builder
-
设置围栏经纬度(GCJ-02坐标)和半径.
- setCoordinateType(int) - 类 中的方法com.tencent.map.geolocation.TencentLocationManager
-
设置坐标系.
- setDebuggable(boolean) - 类 中的方法com.tencent.map.geolocation.TencentLocationManager
-
设置是否允许内部进入Debug模式[默认为false]。
- setExpirationDuration(long) - 类 中的方法com.tencent.map.geolocation.TencentGeofence.Builder
-
设置围栏有效时间.
- setIndoorLocationMode(boolean) - 类 中的方法com.tencent.map.geolocation.TencentLocationRequest
-
设置启动室内定位
- setInterval(long) - 类 中的方法com.tencent.map.geolocation.TencentLocationRequest
-
设置定位周期(位置监听器回调周期), 单位为 ms (毫秒).
- setKey(String) - 类 中的静态方法com.tencent.map.geolocation.TencentLocationManagerOptions
-
- setLoadLibraryEnabled(boolean) - 类 中的静态方法com.tencent.map.geolocation.TencentLocationManagerOptions
-
设置是否由定位SDK自动加载so library(缺省时为自动加载).
- setPhoneNumber(String) - 类 中的方法com.tencent.map.geolocation.TencentLocationRequest
-
设置电话号.
- setQQ(String) - 类 中的方法com.tencent.map.geolocation.TencentLocationRequest
-
设置 QQ 号.
- setRequestLevel(int) - 类 中的方法com.tencent.map.geolocation.TencentLocationRequest
-
设置定位的 request level.
- setSmallAppKey(String) - 类 中的方法com.tencent.map.geolocation.TencentLocationRequest
-
设置分渠道的key编码号,例如小程序里面区分业务.
- setTag(String) - 类 中的方法com.tencent.map.geolocation.TencentGeofence.Builder
-
设置围栏标识, 标识不为空且应当唯一.
- startIndoorLocation() - 类 中的方法com.tencent.map.geolocation.TencentLocationManager
-
立即启动高精度室内定位.
- STATUS_DENIED - 接口 中的静态变量com.tencent.map.geolocation.TencentLocationListener
-
状态码, 位置权限被拒绝,通常由于LBE类似的管理软件禁止了app的定位权限.
- STATUS_DISABLED - 接口 中的静态变量com.tencent.map.geolocation.TencentLocationListener
-
状态码, 代表设备(wifi、基站、GPS)已关闭.
- STATUS_ENABLED - 接口 中的静态变量com.tencent.map.geolocation.TencentLocationListener
-
状态码, 代表设备(wifi、基站、GPS)已开启(开启并不意味着可用).
- STATUS_GPS_AVAILABLE - 接口 中的静态变量com.tencent.map.geolocation.TencentLocationListener
-
状态码,GPS可用,代表GPS开关打开,且搜星定位成功
- STATUS_GPS_UNAVAILABLE - 接口 中的静态变量com.tencent.map.geolocation.TencentLocationListener
-
状态码,GPS不可用,不可用有多种可能,比如GPS开关被关闭,GPS开关开着但是没办法搜到卫星等等
- STATUS_LOCATION_SWITCH_OFF - 接口 中的静态变量com.tencent.map.geolocation.TencentLocationListener
-
状态码,表示位置服务开关未打开
- STATUS_UNKNOWN - 接口 中的静态变量com.tencent.map.geolocation.TencentLocationListener
-
状态码, 未知状态.
- stopIndoorLocation() - 类 中的方法com.tencent.map.geolocation.TencentLocationManager
-
立即中断室内定位组件运行,相当于interrupt the indoor thread。