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