ElectronicHorizonDataLoaderStatusListener (API Reference)
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 Summary
Modifier and TypeMethodDescriptionvoidonElectronicHorizonDataLoaderStatusUpdated(Map<Integer, ElectronicHorizonDataLoadedStatus> electronicHorizonDataLoaderStatuses) Called whenever there is a change in the status of the loaded data fromElectronicHorizonDataLoader.
-
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 aElectronicHorizonPath, the value is the current status.
-