Class DirectionMessage

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getText()
      Gets the text for directions.
      DirectionMessageType getType()
      Gets the type of the direction string.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getText

        public java.lang.String getText()
        Gets the text for directions.
        Returns:
        the text
        Since:
        100.0.0
      • getType

        public DirectionMessageType getType()
        Gets the type of the direction string.
        Returns:
        the type
        Since:
        100.0.0