MapboxMapCreatedCallback<T extends MapboxMapInterface> typedef

MapboxMapCreatedCallback<T extends MapboxMapInterface> = void Function(T mapboxMap)

Callback signature invoked when a map instance is ready.

Implementation

typedef MapboxMapCreatedCallback<T extends MapboxMapInterface> =
    void Function(T mapboxMap);