ViewBox constructor

ViewBox(
  1. LatLng southWest,
  2. LatLng northEast, [
  3. bool bounded = false
])

Implementation

ViewBox(LatLng southWest, LatLng northEast, [this.bounded = false])
    : super(southWest, northEast);