Class SideOfRoad
java.lang.Object
com.here.platform.location.tpeg2.olr.SideOfRoad
- All Implemented Interfaces:
Serializable
,scala.Equals
,scala.Product
,scala.Serializable
Describes the the side of the road that the POI is on. This is relative to the direction
of the referenced road section.
Possible values are:
Code | Description |
---|---|
0 | directly on the road or unknown |
1 | on the right side of the referenced road section |
2 | on the left side of the referenced road section |
3 | on both sides of the road |
param: code The numeric code representing this SideOfRoad
value.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface scala.Equals
canEqual, equals
Methods inherited from interface scala.Product
productArity, productElement, productIterator, productPrefix
-
Constructor Details
-
SideOfRoad
public SideOfRoad(short code)
-
-
Method Details
-
apply
public abstract static R apply(T1 v1) -
toString
-
code
public short code() -
getCode
public short getCode()
-