Class SideOfRoad

java.lang.Object
com.here.platform.location.tpeg2.olr.SideOfRoad
All Implemented Interfaces:
Serializable, scala.Equals, scala.Product, scala.Serializable

public class SideOfRoad extends Object implements 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
0directly on the road or unknown
1on the right side of the referenced road section
2on the left side of the referenced road section
3on both sides of the road

param: code The numeric code representing this SideOfRoad value.

See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
    SideOfRoad(short code)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    abstract static R
    apply(T1 v1)
     
    short
     
    short
     
    static String
     

    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

      public static String toString()
    • code

      public short code()
    • getCode

      public short getCode()