ElectronicHorizonSegmentId (API Reference)
Package com.here.sdk.electronichorizon
Class ElectronicHorizonSegmentId
java.lang.Object
com.here.sdk.electronichorizon.ElectronicHorizonSegmentId
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 Summary
FieldsModifier and TypeFieldDescriptionThe directed OCM segment identifier.The segment reference, which is provided when a segment matches the route spans. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
ocmSegmentId
The directed OCM segment identifier. This value can be
nullif a route was built on a different version of the map and the route spans do not match any OCM segments. In this case, onlysegmentReferenceis provided. -
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