逆地理编码

This commit is contained in:
zhangyuanzhen
2020-01-10 17:36:49 +08:00
parent fdecf6a2de
commit 58f8c53116
8 changed files with 117 additions and 56 deletions

View File

@@ -125,9 +125,9 @@ public class MogoMapUIController implements IMogoMapUIController {
return null;
}
@Override public MogoLatLng getTarget() {
@Override public MogoLatLng getWindowCenterLocation() {
if (mDelegate != null) {
return mDelegate.getTarget();
return mDelegate.getWindowCenterLocation();
}
return null;
}