ElectronicHorizon (API Reference)
Package com.here.sdk.electronichorizon
Class ElectronicHorizon
java.lang.Object
com.here.sdk.electronichorizon.ElectronicHorizon
A class containing the full set of available paths predicted for the current vehicle state.
Represents a snapshot of the horizon estimation at the moment the update was generated.
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 TypeFieldDescriptionA list of all available electronic horizon paths. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()Returns the most preferred path among the set of available paths.
-
Field Details
-
paths
A list of all available electronic horizon paths. The list may be empty if none of the
ElectronicHorizonPaths are available.
-
-
Constructor Details
-
ElectronicHorizon
public ElectronicHorizon()Creates a new instance.
Offline availability: This property is available online and offline.
-
-
Method Details