onMapRenderedCallback property

OnMapRenderedCallback? onMapRenderedCallback
final

Called when the map is rendered for the first time or the style map has changed. This is useful if you want to make sure the map is fully rendered before taking a snapshot or do some action with mapController, which only work properly after the map is rendered successfully.

Implementation

final OnMapRenderedCallback? onMapRenderedCallback;