OnNavigationViewCreatedCallBack typedef

OnNavigationViewCreatedCallBack = void Function(MapBoxNavigationViewController controller)

Callback method for when the navigation view is ready to be used.

Pass to MapBoxNavigationView.onMapCreated to receive a MapBoxNavigationViewController when the map is created.

Implementation

typedef void OnNavigationViewCreatedCallBack(
    MapBoxNavigationViewController controller);