setOffset abstract method
@brief Method is used to specify an offset for the circle’s position. @param width Horizontal offset in pixels. @param height Vertical offset in pixels. @return true if the operation is successful, false otherwise.
Dart code snippet: @snippet location_window_map_objects_example.dart dart_CircleMapObject_setOffset
Implementation
bool setOffset(double width, double height);