add new func of clicking static marker should visual change ,plus move to marker position

This commit is contained in:
zhongchao
2021-05-13 15:32:47 +08:00
parent 41fed0e1ec
commit be30ac60a3
6 changed files with 29 additions and 7 deletions

View File

@@ -423,9 +423,6 @@ public class AMapViewWrapper implements IMogoMapView,
@Override
public void moveToCenter(MogoLatLng latLng, boolean animate) {
if (mCurrentUI == EnumMapUI.Type_VR) {
return;
}
Logger.d(TAG, "move to center %s", latLng);
if (latLng == null || latLng.lat == 0.0d || latLng.lng == 0.0d) {
Logger.e(TAG, "latlng = null or is illegal");