ElectronicHorizonSegmentChanges (API Reference)
Package com.here.sdk.electronichorizon
Class ElectronicHorizonSegmentChanges
java.lang.Object
com.here.sdk.electronichorizon.ElectronicHorizonSegmentChanges
A class describing the set of changes in horizon segments between two consecutive updates. Includes lists of both newly added and removed segments.
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 segments that were added since the previous update.Identifiers of segments that were removed since the previous update. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
added
A list of segments that were added since the previous update. May be empty if no segments were added.
-
removedIds
Identifiers of segments that were removed since the previous update. May be empty if no segments were removed.
-
-
Constructor Details
-
ElectronicHorizonSegmentChanges
public ElectronicHorizonSegmentChanges()Creates a new instance.
Offline availability: This property is available online and offline.
-
-
Method Details