CameraLayer
public class CameraLayer : CALayer
An object that manages a map camera content and allows you to perform animations.
-
The camera zoom.
Declaration
Swift
@NSManaged public var zoom: CGFloat { get set }
-
The camera bearing.
Declaration
Swift
@NSManaged public var bearing: CGFloat { get set }
-
The camera’s center latitude.
Declaration
Swift
@NSManaged public var centerCoordinateLatitude: CGFloat { get set }
-
The camera’s center longitude.
Declaration
Swift
@NSManaged public var centerCoordinateLongitude: CGFloat { get set }
-
The camera’s anchor
Declaration
Swift
public var anchor: CGPoint
-
The camera’s padding
Declaration
Swift
public var padding: UIEdgeInsets
-
The camera’s pitch
Declaration
Swift
@NSManaged public var pitch: CGFloat { get set }
-
Undocumented
Declaration
Swift
public override init(layer: Any)
-
Undocumented
Declaration
Swift
public override init()
-
Undocumented
Declaration
Swift
public class func customAnimatableProperty(forKey key: String) -> Bool
-
Undocumented
Declaration
Swift
public override class func needsDisplay(forKey key: String) -> Bool
-
Undocumented
Declaration
Swift
public override func action(forKey key: String) -> CAAction?