Use Tree Navigation
public static class

CarNaviInfoPanel.NaviInfoPanelConfig

extends Object
java.lang.Object
   ↳ com.tencent.map.navi.ui.car.CarNaviInfoPanel.NaviInfoPanelConfig

Class Overview

导航默认UI组件面板的配置类。

Summary

Public Constructors
NaviInfoPanelConfig()
Public Methods
CarNaviInfoPanel.NaviInfoPanelConfig setButtomPanelEnable(boolean showBottomPanelEnabe)
设置底部面板状态。
CarNaviInfoPanel.NaviInfoPanelConfig setChangeRoadEnable(boolean showChangeRoadEnable)
设置切换道路类型按钮状态。
CarNaviInfoPanel.NaviInfoPanelConfig setCurrentSpeedEnable(boolean currentSpeedEnable)
设置当前车速状态。
CarNaviInfoPanel.NaviInfoPanelConfig setDayNightViewEnable(boolean dayNightEnable)
设置日夜模式选择按钮状态。
CarNaviInfoPanel.NaviInfoPanelConfig setLimitAndRoadEnable(boolean showLimitAndroidRoadEnable)
设置当前车速状态。
CarNaviInfoPanel.NaviInfoPanelConfig setRerouteViewEnable(boolean currRerouteViewEnable)
设置当前重算按钮显示状态。
CarNaviInfoPanel.NaviInfoPanelConfig setShowFullViewEnable(boolean showFullViewEnable)
设置全览/取消全览按钮状态。
CarNaviInfoPanel.NaviInfoPanelConfig setSmartLoEnable(boolean smartLoEnable)
设置智能定位UI提示。
CarNaviInfoPanel.NaviInfoPanelConfig setToastEnable(boolean toastEnable)
设置Toast提示。

gps信号弱/恢复提示,切换路线成功提示。

CarNaviInfoPanel.NaviInfoPanelConfig setTrafficBarEnable(boolean showTrafficBarEnable)
设置光主图状态。
CarNaviInfoPanel.NaviInfoPanelConfig setTrafficViewEnable(boolean showTrafficViewEnable)
设置路况按钮状态。
CarNaviInfoPanel.NaviInfoPanelConfig setTtsViewEnable(boolean setTtsViewEnable)
设置播放按钮状态。
CarNaviInfoPanel.NaviInfoPanelConfig setZoomControllerEnable(boolean showZoomControllerEnable)
设置缩放按钮状态。
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public NaviInfoPanelConfig ()

Public Methods

public CarNaviInfoPanel.NaviInfoPanelConfig setButtomPanelEnable (boolean showBottomPanelEnabe)

设置底部面板状态。

Parameters
showBottomPanelEnabe true:显示,false:隐藏
Returns
  • 当前配置Config

public CarNaviInfoPanel.NaviInfoPanelConfig setChangeRoadEnable (boolean showChangeRoadEnable)

设置切换道路类型按钮状态。

Parameters
showChangeRoadEnable true:显示,false:隐藏
Returns
  • 当前配置Config

public CarNaviInfoPanel.NaviInfoPanelConfig setCurrentSpeedEnable (boolean currentSpeedEnable)

设置当前车速状态。

Parameters
currentSpeedEnable true:显示,false:隐藏
Returns
  • 当前配置Config

public CarNaviInfoPanel.NaviInfoPanelConfig setDayNightViewEnable (boolean dayNightEnable)

设置日夜模式选择按钮状态。

Parameters
dayNightEnable true:展示,false:隐藏
Returns
  • 当前配置Config

public CarNaviInfoPanel.NaviInfoPanelConfig setLimitAndRoadEnable (boolean showLimitAndroidRoadEnable)

设置当前车速状态。

Parameters
showLimitAndroidRoadEnable true:显示,false:隐藏
Returns
  • 当前配置Config

public CarNaviInfoPanel.NaviInfoPanelConfig setRerouteViewEnable (boolean currRerouteViewEnable)

设置当前重算按钮显示状态。

Parameters
currRerouteViewEnable true:显示,false:隐藏
Returns
  • 当前配置Config

public CarNaviInfoPanel.NaviInfoPanelConfig setShowFullViewEnable (boolean showFullViewEnable)

设置全览/取消全览按钮状态。

Parameters
showFullViewEnable true:显示,false:隐藏
Returns
  • 当前配置Config

public CarNaviInfoPanel.NaviInfoPanelConfig setSmartLoEnable (boolean smartLoEnable)

设置智能定位UI提示。

Parameters
smartLoEnable true:显示,false:隐藏
Returns
  • 当前配置Config

public CarNaviInfoPanel.NaviInfoPanelConfig setToastEnable (boolean toastEnable)

设置Toast提示。

gps信号弱/恢复提示,切换路线成功提示。

Parameters
toastEnable true:显示,false:隐藏
Returns
  • 当前配置Config

public CarNaviInfoPanel.NaviInfoPanelConfig setTrafficBarEnable (boolean showTrafficBarEnable)

设置光主图状态。

Parameters
showTrafficBarEnable true:显示,false:隐藏
Returns
  • 当前配置Config

public CarNaviInfoPanel.NaviInfoPanelConfig setTrafficViewEnable (boolean showTrafficViewEnable)

设置路况按钮状态。

Parameters
showTrafficViewEnable true:显示,false:隐藏
Returns
  • 当前配置Config

public CarNaviInfoPanel.NaviInfoPanelConfig setTtsViewEnable (boolean setTtsViewEnable)

设置播放按钮状态。

Parameters
setTtsViewEnable true:显示,false:隐藏
Returns
  • 当前配置Config

public CarNaviInfoPanel.NaviInfoPanelConfig setZoomControllerEnable (boolean showZoomControllerEnable)

设置缩放按钮状态。

Parameters
showZoomControllerEnable true:显示,false:隐藏
Returns
  • 当前配置Config