bugfix: #132,更新地图版本

This commit is contained in:
wangcongtao
2021-01-06 18:52:56 +08:00
parent f696a5b8f7
commit 88def61796
2 changed files with 6 additions and 1 deletions

View File

@@ -402,6 +402,11 @@ public class AMapViewWrapper implements IMogoMapView,
@Override
public void showMyLocation( boolean visible ) {
Logger.d( TAG, "showMyLocation1 %s", visible );
if ( mCurrentUI == EnumMapUI.Type_VR ) {
return;
}
if ( visible && NaviClient.getInstance( getContext() ).isNaviing() ) {
return;
}