onProgress abstract method

void onProgress(
  1. RegionId region,
  2. int percentage
)

Called multiple times to indicate the update progress.

Invoked on the main thread.

  • region Represents an id of region status update is related to.

  • percentage Represents a percentage of map data which has been updated.

Implementation

void onProgress(RegionId region, int percentage);