com.supermap.navi

Class Navigation.SpeechParam

  • java.lang.Object
    • com.supermap.navi.Navigation.SpeechParam
  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    Navigation


    public static class Navigation.SpeechParam
    extends java.lang.Object
    implements java.io.Serializable
    The parameter class for the guide information report during the navigation. It is set to whether to report information like road direction, distance, etc.
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      boolean bRoadDirection
      Whether to report road direction.
    • Constructor Summary

      Constructors 
      Constructor and Description
      SpeechParam() 
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • bRoadDirection

        public boolean bRoadDirection
        Whether to report road direction.
    • Constructor Detail

      • SpeechParam

        public SpeechParam()