setCollisionEnabled abstract method
@brief Method is used to enable or disable collision detection for the circle. @param enabled Specifies whether collision detection is enabled (true) or disabled (false). Default: false. @return true if the operation is successful, false otherwise.
Dart code snippet: @snippet location_window_map_objects_example.dart dart_CircleMapObject_setCollisionEnabled
Implementation
bool setCollisionEnabled(bool enabled);