DestinationPreviewViewControllerDelegate
public protocol DestinationPreviewViewControllerDelegate : AnyObject
The interface for an object that serves as the destination preview delegate.
-
Tells the delegate that the user tapped on preview routes button.
Declaration
Swift
func didTapPreviewRoutesButton(_ destinationPreviewViewController: DestinationPreviewViewController)
-
Tells the delegate that the user tapped on begin active navigation button.
Declaration
Swift
func didTapBeginActiveNavigationButton(_ destinationPreviewViewController: DestinationPreviewViewController)