setAngleAnimated abstract method
@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);