load
Downloads the 3D map file asynchronously and provides a completion callback.
This function is responsible for asynchronously downloading a 3D map file. It handles all the tasks related to downloading the map file and checks whether the file is already downloaded or not. The map can only be displayed after a successful download.
Parameters
The context used to load the scene.
The callback to handle the loading result.
Specifies if the scene should be loaded in offline mode.
Downloads the 3D map file asynchronously.
This function is responsible for asynchronously downloading a 3D map file. It handles all the tasks related to downloading the map file and checks whether the file is already downloaded or not. The map can only be displayed after a successful download.
Return
The loaded scene.
Parameters
The context used to load the scene.
Specifies if the scene should be loaded in offline mode.
The license key for the scene.
Downloads the 3D map file asynchronously and provides callbacks for different events.
This function is responsible for asynchronously downloading a 3D map file. It handles all the tasks related to downloading the map file and checks whether the file is already downloaded or not. The map can only be displayed after a successful download
Parameters
The context used to load the scene.
Specifies if the scene should be loaded in offline mode.
The license key for the scene.
The callback invoked when the loading is complete.
The callback invoked to report the loading progress.
The callback invoked if an error occurs during loading.