onMapCreated property

ArgumentCallback<AtlasController>? onMapCreated
final

onMapCreated gets called when the map is initialized and provides an AtlasController which can be used to manipulate the map.

Implementation

final ArgumentCallback<AtlasController>? onMapCreated;