setPositionAnimated abstract method

bool setPositionAnimated(
  1. LocationPoint point,
  2. double duration,
  3. AnimationType type
)

@brief Method is used to move the center of the circle with the specified animation. @param point Metrics coordinates of the center @see LocationPoint "LocationPoint". @param duration Animation duration in seconds. @param type Animation type @see AnimationType "AnimationType". Default: CENTER. @return true if the operation is successful, false otherwise.

Dart code snippet: @snippet location_window_map_objects_example.dart dart_CircleMapObject_setPositionAnimated

Implementation

bool setPositionAnimated(LocationPoint point, double duration, AnimationType type);