RoutePreviewViewControllerDelegate
public protocol RoutePreviewViewControllerDelegate : AnyObject
The interface for an object that serves as the routes preview delegate.
-
Tells the delegate that the user tapped on start active navigation button.
Declaration
Swift
func didPressBeginActiveNavigationButton(_ routePreviewViewController: RoutePreviewViewController)