java.lang.Object | |
↳ | com.tencent.map.navi.TencentNaviManager.TLoCallBack |
导航智能定位回调。
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
TLoCallBack() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
void |
onLocationChanged(TencentLocation tencentLocation, int error, String reason)
关联的定位SDK数据回调。
| ||||||||||
void |
onStatusUpdate(String name, int status, String desc)
关联的定位SDK状态变化回调。
| ||||||||||
void |
requestLocationUpdatesResult(int errorCode)
启动内部关联定位的状态。
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
关联的定位SDK数据回调。
tencentLocation | 腾讯定位数据 |
---|---|
error | 错误码,详见定位SDK官网 |
reason | 错误描述 |
关联的定位SDK状态变化回调。
name | 位置提供者 |
---|---|
status | 状态 |
desc | 描述 |
启动内部关联定位的状态。
errorCode | 错误码 |
---|