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 compass
      boolean isViewVisible()
      Whether to display the navigation interface UI
      void setCompassVisible(boolean visible)
      Sets whether to display the compass
      void setViewVisible(boolean visible)
      Sets whether to display the navigation interface UI
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NaviViewOptions

        public NaviViewOptions()
    • 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.