MapCreatedCallback typedef

MapCreatedCallback = void Function(GoogleMapController controller)

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

Pass to GoogleMap.onMapCreated to receive a GoogleMapController when the map is created.

Implementation

typedef MapCreatedCallback = void Function(GoogleMapController controller);