OnNavigationViewCreatedCallBack typedef
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);