setBuffer abstract method

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

@brief Extra hit-test padding around the model in pixels. @return true if the operation is successful, false otherwise.

Dart code snippet: @snippet location_window_map_objects_example.dart dart_ModelMapObject_setBuffer

Implementation

bool setBuffer(double width, double height);