Class DirectedOCMSegmentId

java.lang.Object
com.here.sdk.mapdata.DirectedOCMSegmentId

public final class DirectedOCMSegmentId extends Object

OCM Segment ID with travel direction of segment.

Note: This is a beta release of this feature, so there could be a few bugs and unexpected behaviors. Related APIs may change for new releases without a deprecation process.

  • Field Details

    • id

      @NonNull public OCMSegmentId id

      Segment ID in OCM map

    • travelDirection

      @NonNull public TravelDirection travelDirection

      Travel direction of the segment.

  • Constructor Details

    • DirectedOCMSegmentId

      public DirectedOCMSegmentId(@NonNull OCMSegmentId id)

      Creates a new instance.

      Parameters:
      id -

      Segment ID in OCM map

  • Method Details