setAngle abstract method
@brief Method is used to specify the rotation angle of the icon. @param angle Rotation angle in degrees. Default: 0. @return true if the operation is successful, false otherwise.
Dart code snippet: @snippet location_window_map_objects_example.dart dart_IconMapObject_setAngle
Implementation
bool setAngle(double angle);