Class RoadTexts

  • java.lang.Object
    • com.here.sdk.routing.RoadTexts

  • public final class RoadTexts
    extends java.lang.Object

    Textual attributes of road.

    • Constructor Summary

      Constructors 
      Constructor Description
      RoadTexts()
      Creates a new instance.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object obj)  
      int hashCode()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • names

        @NonNull
        public LocalizedTexts names

        Road names in available languages. Empty for unnamed roads.

      • numbersWithDirection

        @NonNull
        public LocalizedRoadNumbers numbersWithDirection

        Road numbers with cardinal direction in available languages. Empty if the road has no numbers assigned.

    • Constructor Detail

      • RoadTexts

        public RoadTexts()

        Creates a new instance.

    • Method Detail

      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object