Class ElectronicHorizonSegmentChanges

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

public final class ElectronicHorizonSegmentChanges extends Object

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 Details

    • added

      @NonNull public List<ElectronicHorizonSegment> added

      A list of segments that were added since the previous update. May be empty if no segments were added.

    • removedIds

      @NonNull public List<ElectronicHorizonSegmentId> 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