bounds property
set
bounds
(LatLngBounds bounds)
the bounds of the rectangle.
Implementation
set bounds(LatLngBounds bounds){
_bounds=bounds;
_sendData('setRectangleBounds', {'bounds':bounds.toMap()});
}