DestinationDataSource
public protocol DestinationDataSource : AnyObject
A protocol, that allows to provide destination information.
Banner instances should conform to this protocol, to provide the options that are required
for the destination presentation in the PreviewViewController.
By default Mapbox Navigation SDK provides DestinationPreviewViewController that conforms to this
protocol and allows to present banner that shows final destination related information.
-
Options that are required to present destination information.
Declaration
Swift
var destinationOptions: DestinationOptions { get }
Install in Dash
DestinationDataSource Protocol Reference