优化代码
This commit is contained in:
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user