getOfflineMapsStorageSizeInBytes abstract method
Get the total size of all downloaded regions currently persisted on disk at the location that is specified via SDKOptions.persistentMapStoragePath.
This includes also data that is currently being downloaded.
Returns int. Value of offline map size.
Throws MapLoaderExceptionException. Specifies reason, why current map size is not returned.
Implementation
int getOfflineMapsStorageSizeInBytes();