public interface Direction
Represents the direction of a Vertex relative to the direction of its associated HERE Map Content segment.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final com.here.platform.location.inmemory.graph.Direction
    The vertex's direction is the opposite from the segment's.
    static final com.here.platform.location.inmemory.graph.Direction
    The vertex's direction is the same as the segment's.
  • Field Details

    • FORWARD

      static final com.here.platform.location.inmemory.graph.Direction FORWARD
      The vertex's direction is the same as the segment's.
    • BACKWARD

      static final com.here.platform.location.inmemory.graph.Direction BACKWARD
      The vertex's direction is the opposite from the segment's.