StyleLoadedCallback typedef Basic Style

StyleLoadedCallback = void Function(StyleController style)

Callback that fires once the map style has successfully loaded. It provides the StyleController to the user.

Implementation

typedef StyleLoadedCallback = void Function(StyleController style);