MapboxMapCreatedCallback<T extends MapboxMapInterface> typedef
Callback signature invoked when a map instance is ready.
Implementation
typedef MapboxMapCreatedCallback<T extends MapboxMapInterface> =
void Function(T mapboxMap);