优化代码

This commit is contained in:
wangcongtao
2020-11-25 21:17:12 +08:00
parent 431a467ff4
commit e89d4058d2
15 changed files with 94 additions and 62 deletions

View File

@@ -460,9 +460,11 @@ public class AMapNaviViewWrapper implements IMogoMapView,
break;
case Type_Light:
options.setNaviNight( false );
options.setAutoNaviViewNightMode( false );
break;
case Type_Night:
options.setNaviNight( true );
options.setAutoNaviViewNightMode( false );
break;
case Type_AUTO_LIGHT_Night:
options.setNaviNight( false );