load Tile Region
Loads a new download region or updates the existing one. If a group with the given id already exists, new regions will be merged into that group.
Call to this function will be postponed until engine is ready (i.e. any of EngineReadyCallback callbacks called).
Return
an object representing pending completion of the task.
Parameters
Tile region group ID.
Geometry of the required region.
Executor used for events dispatching. By default events are dispatched on the main thread.
The callback to be invoked multiple times to report progress of the loading operation.
The callback to be invoked only once upon success or failure of the loading operation.
Loads a new download region or updates the existing one. If a group with the given id already exists, new regions will be merged into that group.
Call to this function will be postponed until engine is ready (i.e. any of EngineReadyCallback callbacks called).
Return
an object representing pending completion of the task.
Parameters
Tile region group ID.
Geometry of the required region.
The callback to be invoked on the main thread multiple times to report progress of the loading operation.
The callback to be invoked on the main thread only once upon success or failure of the loading operation.