[Update] 升级地图版本,删除废弃方法

Signed-off-by: donghongyu <donghongyu@zhidaoauto.com>
This commit is contained in:
donghongyu
2021-11-24 11:38:29 +08:00
parent 4480001fba
commit 21e0cb672e
5 changed files with 3 additions and 17 deletions

View File

@@ -31,15 +31,6 @@ public interface IMogoMapService extends IProvider {
*/
IMogoLocationClient getSingletonLocationClient( Context context );
/**
* 获取定位服务实例
*
* @param context
* @return 定位实例
*/
@Deprecated
IMogoLocationClient getLocationClient( Context context );
/**
* 地理编码或逆地理编码服务
*