Class SegmentIndex

java.lang.Object
com.here.platform.location.inmemory.graph.SegmentIndex
All Implemented Interfaces:
Serializable, scala.Equals, scala.Product, scala.Serializable

public class SegmentIndex extends Object implements scala.Product, scala.Serializable
The Index of an undirected road segment in a GraphTile.

Each road segment corresponds to two Vertices, one for each Direction. A SegmentIndex, therefore, refers to a road segment without specifying a Direction, whereas a VertexIndex refers to a road segment but also specifies a Direction along that road segment.

See Also: