Interface Direction
public interface Direction
Represents the direction of a
Vertex
relative to the direction of its associated HERE Map Content segment.-
Field Summary
Fields
-
Field Details
-
FORWARD
static final com.here.platform.location.inmemory.graph.Direction FORWARDThe vertex's direction is the same as the segment's. -
BACKWARD
static final com.here.platform.location.inmemory.graph.Direction BACKWARDThe vertex's direction is the opposite from the segment's.
-