setAngleAnimated abstract method

bool setAngleAnimated(
  1. double angle,
  2. double duration,
  3. AnimationType type
)

@brief Method is used to rotate the icon with the specified animation. @param angle Rotation angle in degrees. @param duration Animation duration in seconds. @param type Animation type @see AnimationType "AnimationType". @return true if the operation is successful, false otherwise.

Dart code snippet: @snippet location_window_map_objects_example.dart dart_IconMapObject_setAngleAnimated

Implementation

bool setAngleAnimated(double angle, double duration, AnimationType type);