onProgress abstract method
- RegionId region,
- int percentage
Called multiple times to indicate the update progress.
Invoked on the main thread.
-
regionRepresents an id of region status update is related to. -
percentageRepresents a percentage of map data which has been updated.
Implementation
void onProgress(RegionId region, int percentage);