GeoOrientationKeyframe

public struct GeoOrientationKeyframe : Hashable

A GeoOrientationKeyframe consists of a GeoOrientation (camera orientation) and an animation duration.

  • GeoOrientation keyframe value.

    Declaration

    Swift

    public let value: GeoOrientation
  • Relative animation duration for reaching the keyframe value from previous keyframe value. Negative duration value gets clamped to 0.

    Declaration

    Swift

    public let duration: TimeInterval
  • Constructs a GeoOrientationKeyframe from the value and offset.

    Declaration

    Swift

    public init(value: GeoOrientation, duration: TimeInterval)

    Parameters

    value

    GeoOrientation keyframe value.

    duration

    Relative animation duration for reaching the keyframe value. Negative duration value gets clamped to 0.