GeoCoordinatesKeyframe constructor

GeoCoordinatesKeyframe(
  1. GeoCoordinates value,
  2. Duration duration
)

Constructs a GeoCoordinatesKeyframe from the value and offset.

  • value GeoCoordinates keyframe value.

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

Implementation

factory GeoCoordinatesKeyframe(GeoCoordinates value, Duration duration) => $prototype.create(value, duration);