setup
Call MapboxNavigationApp.setup to provide the application with NavigationOptions.
This call is a no-op if an attached activity is changing configurations Activity.isChangingConfigurations.
fun setup(navigationOptionsProvider: NavigationOptionsProvider): MapboxNavigationApp
Content copied to clipboard
Call MapboxNavigationApp.setup to provide the application with NavigationOptionsProvider. New NavigationOptions will be created for every MapboxNavigation instance.
This call is a no-op if an attached activity is changing configurations Activity.isChangingConfigurations.