getInitialPersistentMapStatus abstract method
Gets the initial status of the already downloaded regions at start-up time of the app.
It is not recommended to download or to upload map data while an app is running in background. However, it can happen, that an app gets shut down during an ongoing operation, for example, due to a crash. In such a case, some or all of the downloaded map data may be in a corrupted state. Refer to the PersistentMapStatus for exact healing procedure for specific status. Note: This value will not change during the lifetime of an app.
Returns PersistentMapStatus. Initial status of the persistent map.
Implementation
PersistentMapStatus getInitialPersistentMapStatus();