Class SignpostLabel

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

  • public final class SignpostLabel
    extends java.lang.Object

    Details of a signpost representing a particular direction or destination.

    • Field Detail

      • localizedText

        @Nullable
        public LocalizedText localizedText

        Text of signpost label. Can be null for unnamed road.

      • localizedRoadNumber

        @Nullable
        public LocalizedRoadNumber localizedRoadNumber

        Road number. Can be null if the road has no number assigned.

    • Constructor Detail

      • SignpostLabel

        public SignpostLabel()

        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