Class ElectronicHorizonSegmentId

java.lang.Object
com.here.sdk.electronichorizon.ElectronicHorizonSegmentId

public final class ElectronicHorizonSegmentId extends Object

Identifies a segment in an ElectronicHorizonPath.

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

    • ocmSegmentId

      @Nullable public DirectedOCMSegmentId ocmSegmentId

      The directed OCM segment identifier. This value can be null if a route was built on a different version of the map and the route spans do not match any OCM segments. In this case, only segmentReference is provided.

    • segmentReference

      @Nullable public SegmentReference segmentReference

      The segment reference, which is provided when a segment matches the route spans. In other cases, this value is null.

  • Constructor Details

    • ElectronicHorizonSegmentId

      public ElectronicHorizonSegmentId()

      Creates a new instance.

      Offline availability: This property is available online and offline.

  • Method Details