get Scene
Retrieves a scene for the specified venue asynchronously.
Parameters
The venue for which to retrieve the scene.
Indicates whether to use offline mode for scene retrieval. Default is false.
The callback function to be invoked with the scene data.
Retrieves a scene for the specified venue asynchronously.
Return
The scene data as a string.
Parameters
The venue for which to retrieve the scene.
Indicates whether to use offline mode for scene retrieval. Default is false.
The license to be used for scene retrieval. Default is null.
Retrieves a scene for the specified venue asynchronously with progress and error callbacks.
Parameters
The venue for which to retrieve the scene.
Indicates whether to use offline mode for scene retrieval. Default is false.
The license to be used for scene retrieval. Default is null.
The callback function to be invoked when the scene retrieval is complete.
The callback function to be invoked to report progress during scene retrieval.
The callback function to be invoked if an error occurs during scene retrieval.