com.supermap.mapping
Class NaviViewOptions
- java.lang.Object
-
- com.supermap.mapping.NaviViewOptions
-
public class NaviViewOptions extends java.lang.Object
Navigation view parameter class
-
-
Constructor Summary
Constructors Constructor and Description NaviViewOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description boolean
isCompassVisible()
Whether to display the compassboolean
isViewVisible()
Whether to display the navigation interface UIvoid
setCompassVisible(boolean visible)
Sets whether to display the compassvoid
setViewVisible(boolean visible)
Sets whether to display the navigation interface UI
-
-
-
Method Detail
-
setViewVisible
public void setViewVisible(boolean visible)
Sets whether to display the navigation interface UI- Parameters:
visible
- Whether it is visible.
-
setCompassVisible
public void setCompassVisible(boolean visible)
Sets whether to display the compass- Parameters:
visible
- Whether it is visible.
-
isViewVisible
public boolean isViewVisible()
Whether to display the navigation interface UI- Returns:
- Whether to display.
-
isCompassVisible
public boolean isCompassVisible()
Whether to display the compass- Returns:
- Whether to display.
-
-