InstantiationErrorCode
public enum InstantiationErrorCode : UInt32, CaseIterable, Codable
extension MapCameraKeyframeTrack.InstantiationErrorCode : Error
Describes a reason for failing to create a MapCameraKeyframeTrack.
-
List of keyframes is empty.
Declaration
Swift
case emptyKeyframeList = 1 -
Invalid keyframe duration value. This exception is thrown when the first keyframe duration in a list of keyframes is not equal to 0.
Declaration
Swift
case invalidKeyframeDuration