NavigationStartObserver
public protocol NavigationStartObserver : Observer
An observer to receive navigation start events.
Important
This is a Public Preview API. It may be changed or removed at any time.-
Reports that the navigation process has been started.
Declaration
Swift
func didStart(with navigationMode: Navigation.NavigationMode)
Parameters
navigationMode
The navigation mode. Contains the current route if navigation was started with a route.