Class SignpostLabel

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

public final class SignpostLabel extends Object

Details of a signpost representing a particular direction or destination.

  • Field Details

    • 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 Details

    • SignpostLabel

      public SignpostLabel()

      Creates a new instance.

  • Method Details