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