setBuffer abstract method

bool setBuffer(
  1. double width,
  2. double height
)

@brief Method is used to specify the buffer size around the circle for collision detection. @param width Width of the buffer in pixels. Default: 0. @param height Height of the buffer in pixels. Default: 0. @return true if the operation is successful, false otherwise.

Dart code snippet: @snippet location_window_map_objects_example.dart dart_CircleMapObject_setBuffer

Implementation

bool setBuffer(double width, double height);