onStyleLoadedCallback property

OnStyleLoadedCallback? onStyleLoadedCallback
final

Called when the map style has been successfully loaded and the annotation managers have been enabled. Please note: you should only add annotations (e.g. symbols or circles) after this callback has been called.

Implementation

final OnStyleLoadedCallback? onStyleLoadedCallback;