接口 BDLocationListener
-
public interface BDLocationListener
定位请求回调接口
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 void
onReceiveLocation(BDLocation location)
定位请求回调函数
-
-
-
方法详细资料
-
onReceiveLocation
void onReceiveLocation(BDLocation location)
定位请求回调函数- 参数:
location
- 定位结果
-
-