applyTileRegionUpdate

Updates a tile region using the result of previous call to prepareTileRegionUpdate. This method will apply the previously downloaded incremental updates to the tile region, mutating the existing tile region to contain the tiles specified during the preparation step.

Parameters

id

The tile region to be updated.

onProgress

Invoked multiple times to report progess of the operation.

onFinished

Invoked only once upon success, failure, or cancelation of the operation.