GeoCoordinatesKeyframe (API Reference)
Package com.here.sdk.animation
Class GeoCoordinatesKeyframe
java.lang.Object
com.here.sdk.animation.GeoCoordinatesKeyframe
A GeoCoordinatesKeyframe consists of a GeoCoordinates and an animation duration.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal DurationRelative animation duration for reaching the keyframe value from previous keyframe value.final GeoCoordinatesGeoCoordinates keyframe value. -
Constructor Summary
ConstructorsConstructorDescriptionGeoCoordinatesKeyframe(GeoCoordinates value, Duration duration) Constructs a GeoCoordinatesKeyframe from the value and offset. -
Method Summary
-
Field Details
-
value
GeoCoordinates keyframe value. Altitude component is ignored.
-
duration
Relative animation duration for reaching the keyframe value from previous keyframe value. Negative duration value gets clamped to 0.
-
-
Constructor Details
-
GeoCoordinatesKeyframe
Constructs a GeoCoordinatesKeyframe from the value and offset.
- Parameters:
value-GeoCoordinates keyframe value.
duration-Relative animation duration for reaching the keyframe value. Negative duration value gets clamped to 0.
-
-
Method Details