- registerLocationListener(BDLocationListener) - 类 中的方法com.baidu.location.LocationClient
-
- registerLocationListener(BDAbstractLocationListener) - 类 中的方法com.baidu.location.LocationClient
-
注册 BDAbstractLocationListener 定位监听函数
- registerNotify(BDNotifyListener) - 类 中的方法com.baidu.location.LocationClient
-
注册位置提醒监听
- registerNotifyLocationListener(BDLocationListener) - 类 中的方法com.baidu.location.LocationClient
-
NA
- removeGeoFence() - 类 中的方法com.baidu.geofence.GeoFenceClient
-
移除所有地理围栏
- removeGeoFence(GeoFence) - 类 中的方法com.baidu.geofence.GeoFenceClient
-
移除指定的geofence
当要移除所有围栏时可以使用GeoFenceClient.removeGeoFence()方法 当要销毁GeoFneceClient时,需要调用一次 GeoFenceClient.removeGeoFence()方法,确保所有围栏已移除
- removeNotifyEvent(BDNotifyListener) - 类 中的方法com.baidu.location.LocationClient
-
取消注册的位置提醒监听
- requestHotSpotState() - 类 中的方法com.baidu.location.LocationClient
-
触发请求当前连接wifi是否是移动热点的状态
- requestLocation() - 类 中的方法com.baidu.location.LocationClient
-
请求定位,异步返回,结果在locationListener中获取.
- requestNotifyLocation() - 类 中的方法com.baidu.location.LocationClient
-
NA
- requestOfflineLocation() - 类 中的方法com.baidu.location.LocationClient
-
离线定位请求,异步返回,结果在locationListener中获取.
- restart() - 类 中的方法com.baidu.location.LocationClient
-
重启定位SDK,后台常驻运行的APP可以尝试在回到前台的情况下重启定位SDK,防止因长时间后台运行被系统回收定位权限造成定位失败
- resumeGeoFence() - 类 中的方法com.baidu.geofence.GeoFenceClient
-
恢复地理围栏
恢复地理围栏的监听、同时地理围栏内部的定位也会重新开始定位