Class IntermediateLocationReferencePoint

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

public class IntermediateLocationReferencePoint extends Object implements scala.Product, scala.Serializable
Represents an intermediate reference point for a location reference in the road network.

param: coordinate The position of this reference point relative to the previous reference point. When creating a reference, this should be at a proper intersection. As the distance along the path between two reference points must not exceed 15km a reference point might have to be placed in the middle of a road section. param: lineProperties The properties of the first section of the path to the next reference point. param: pathProperties The properties of the full path from this reference point to the next reference point.

See Also: