[Change]
增加控制地图「白天」「夜间」模式 Signed-off-by: donghongyu <donghongyu@zhidaoauto.com>
This commit is contained in:
@@ -20,6 +20,7 @@ public interface IMogoMapFrameController extends IProvider, IDestroyable {
|
||||
|
||||
/**
|
||||
* 切换到自研vr
|
||||
* @param isNightMode true-夜间模式,false-白天模式
|
||||
*/
|
||||
void changeToVRMode();
|
||||
void stepInVrMode(boolean isNightMode);
|
||||
}
|
||||
|
||||
@@ -34,4 +34,12 @@ interface IMoGoMapFragmentProvider : IMoGoFunctionServerProvider {
|
||||
* 获取车道中心线信息
|
||||
*/
|
||||
fun getCenterLineInfo(lon: Double, lat: Double, angle: Float): CenterLine?
|
||||
|
||||
|
||||
/**
|
||||
* 进入VR 模式
|
||||
*
|
||||
* @param isDayMode true-白天模式,false-夜间模式
|
||||
*/
|
||||
fun stepInVrMode(isDayMode: Boolean)
|
||||
}
|
||||
Reference in New Issue
Block a user