RectangleRegion constructor

RectangleRegion(
  1. LatLngBounds bounds
)

Creates a rectangular region using two or more corners

Implementation

RectangleRegion(this.bounds);