ActiveCameraType
public enum ActiveCameraType : UInt32, CaseIterable, Codable
Defines the type of camera currently handling camera updates.
-
No camera is currently active.
Declaration
Swift
case none -
The tracking camera is active and following the vehicle’s position and heading.
Declaration
Swift
case tracking -
The area camera is active and displaying a geographic region or point of interest.
Declaration
Swift
case area