[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

@@ -42,11 +42,6 @@ public class MogoMapService implements IMogoMapService {
return MogoLocationClient.getInstance(context);
}
@Override
public IMogoLocationClient getLocationClient(Context context) {
return new MogoLocationClient(context);
}
@Override
public IMogoGeoSearch getGeoSearch(Context context) {
return new MogoGeoSearch(context);