OnMapLoadErrorListener typedef

OnMapLoadErrorListener = void Function(MapLoadingErrorEventData mapLoadingErrorEventData)

Definition for listener invoked whenever the map load errors out.

Implementation

typedef void OnMapLoadErrorListener(
    MapLoadingErrorEventData mapLoadingErrorEventData);