OfflineListener.OfflineState

  • OfflineListener.OfflineState is an enum in the Navigation SDK that defines the possible states of the offline tile downloading process.

  • These states include NONE, ONGOING, PAUSED, and CANCELLING, indicating whether an update is inactive, in progress, temporarily stopped, or being aborted.

  • The class provides methods to get the current state of the download process and respond to state changes.

public static final enum OfflineListener.OfflineState extends Enum<OfflineListener.OfflineState>

Possible states of the offlining of tiles process.

Inherited Method Summary

Enum Values

public static final OfflineListener.OfflineState CANCELLING

An update is being cancelled.

public static final OfflineListener.OfflineState NONE

There is no ongoing updates.

public static final OfflineListener.OfflineState ONGOING

An update is ongoing.

public static final OfflineListener.OfflineState PAUSED

An update was ongoing, but now is paused.