GeoOrientationKeyframe (API Reference)
Package com.here.sdk.animation
Class GeoOrientationKeyframe
java.lang.Object
com.here.sdk.animation.GeoOrientationKeyframe
A GeoOrientationKeyframe consists of a GeoOrientation (camera orientation) and an animation duration.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal DurationRelative animation duration for reaching the keyframe value from previous keyframe value.final GeoOrientationGeoOrientation keyframe value. -
Constructor Summary
ConstructorsConstructorDescriptionGeoOrientationKeyframe(GeoOrientation value, Duration duration) Constructs a GeoOrientationKeyframe from the value and offset. -
Method Summary
-
Field Details
-
value
GeoOrientation keyframe value.
-
duration
Relative animation duration for reaching the keyframe value from previous keyframe value. Negative duration value gets clamped to 0.
-
-
Constructor Details
-
GeoOrientationKeyframe
Constructs a GeoOrientationKeyframe from the value and offset.
- Parameters:
value-GeoOrientation keyframe value.
duration-Relative animation duration for reaching the keyframe value. Negative duration value gets clamped to 0.
-
-
Method Details