MapCreatedCallback typedef Maps & 3D Scenes

MapCreatedCallback = void Function(GemMapController controller)

Callback method for when the map is ready to be used.

Pass to GemMap._onMapCreated to receive a GemMapController when the map is created.

Implementation

typedef MapCreatedCallback = void Function(GemMapController controller);