setAngle abstract method

bool setAngle(
  1. double angle
)

@brief Sets rotation angle in degrees (around the placement axis used by the engine). @return true if the operation is successful, false otherwise.

Dart code snippet: @snippet location_window_map_objects_example.dart dart_ModelMapObject_setAngle

Implementation

bool setAngle(double angle);