CameraOptions
extension CameraOptions
-
Key, which is used to access
CameraOptions
provided viaViewportDataSourceDelegate
so that it can be consumed byNavigationCamera
inNavigationCameraState.transitionToFollowing
orNavigationCameraState.following
states on iOS.Declaration
Swift
public static let followingMobileCamera: String
-
Key, which is used to access
CameraOptions
provided viaViewportDataSourceDelegate
so that it can be consumed byNavigationCamera
inNavigationCameraState.transitionToOverview
orNavigationCameraState.overview
states on iOS.Declaration
Swift
public static let overviewMobileCamera: String
-
Key, which is used to access
CameraOptions
provided viaViewportDataSourceDelegate
so that it can be consumed byNavigationCamera
inNavigationCameraState.transitionToFollowing
orNavigationCameraState.following
states on CarPlay.Declaration
Swift
public static let followingCarPlayCamera: String
-
Key, which is used to access
CameraOptions
provided viaViewportDataSourceDelegate
so that it can be consumed byNavigationCamera
inNavigationCameraState.transitionToOverview
orNavigationCameraState.overview
states on CarPlay.Declaration
Swift
public static let overviewCarPlayCamera: String