Class SignpostLabel
Package com.here.sdk.routing
Class SignpostLabel
- java.lang.Object
-
- com.here.sdk.routing.SignpostLabel
-
public final class SignpostLabel extends java.lang.ObjectDetails of a signpost representing a particular direction or destination.
-
-
Field Summary
Fields Modifier and Type Field Description LocalizedRoadNumberlocalizedRoadNumberRoad number.LocalizedTextlocalizedTextText of signpost label.
-
Constructor Summary
Constructors Constructor Description SignpostLabel()Creates a new instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)inthashCode()
-
-
-
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.
-
-