Interface ElectronicHorizonDataLoaderStatusListener


public interface ElectronicHorizonDataLoaderStatusListener

Provides a listener for status updates from the ElectronicHorizonDataLoader.loadData(com.here.sdk.electronichorizon.ElectronicHorizonUpdate) method. The listener receives the current state for different levels of the paths as ElectronicHorizonDataLoadedStatus.

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.

Offline availability: This property is available online and offline.

  • Method Details

    • onElectronicHorizonDataLoaderStatusUpdated

      void onElectronicHorizonDataLoaderStatusUpdated(@NonNull Map<Integer,ElectronicHorizonDataLoadedStatus> electronicHorizonDataLoaderStatuses)

      Called whenever there is a change in the status of the loaded data from ElectronicHorizonDataLoader.

      Parameters:
      electronicHorizonDataLoaderStatuses -

      The updated statuses of the loaded data from ElectronicHorizonDataLoader. The key is the level of a ElectronicHorizonPath, the value is the current status.