onMapInstallProgress

abstract fun onMapInstallProgress(mapIso: String, downloadedBytes: Long, totalSize: Long)

Called when there is new progress when installing a map. For the MapLoader's Resource file(s), this callback is called with the ISO code "xr".

Parameters

mapIso

ISO code for map for which this progress is delivered

downloadedBytes

how many bytes has already been downloaded in total

totalSize

total size of map in bytes