onStyleLoaded property

StyleLoadedCallback? onStyleLoaded
final

Called when the map style has been successfully loaded and the annotation manager is active.

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

Implementation

final StyleLoadedCallback? onStyleLoaded;