onMapCreated property

MapCreatedCallback? onMapCreated
final

Called when the native platform view has been created and the map is ready.

Please note: you should only add style layers (e.g. symbols or circles) after onStyleLoadedCallback has been called.

Implementation

final MapCreatedCallback? onMapCreated;