ViewportDataSourceDelegate
public protocol ViewportDataSourceDelegate : AnyObject
Delegate, which is used to notify NavigationCamera regarding upcoming CameraOptions
related changes.
-
Notifies
NavigationCamerathat the camera options have changed in response to a location update.Declaration
Swift
func viewportDataSource(_ dataSource: ViewportDataSource, didUpdate cameraOptions: [String : CameraOptions])Parameters
dataSourceObject, which conforms to
ViewportDataSourceprotocol.cameraOptionsDictionary, which contains
CameraOptionsobjects for both iOS and CarPlay.
Install in Dash
ViewportDataSourceDelegate Protocol Reference