setAngleAnimated abstract method

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

@brief Animates rotation to the given angle. @return true if the operation is successful, false otherwise.

Dart code snippet: @snippet location_window_map_objects_example.dart dart_ModelMapObject_setAngleAnimated

Implementation

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