onMapCreated property

MapCreatedCallback? onMapCreated
final

GoogleMap pass-through events: Callback method for when the map is ready to be used.

Used to receive a GoogleMapController for this GoogleMap.

Implementation

/// Callback method for when the map is ready to be used.
///
/// Used to receive a [GoogleMapController] for this [GoogleMap].
final MapCreatedCallback? onMapCreated;