MapSceneLoadSceneCallback typedef - mapview library - Dart API
MapSceneLoadSceneCallback
MapSceneLoadSceneCallback typedef
Called on the main thread after loadScene() method finishes loading
the scene.
loadSceneErrorThe load scene error
Implementation
typedef MapSceneLoadSceneCallback = void Function(MapError? loadSceneError);