MapLatLngBounds constructor

const MapLatLngBounds(
  1. MapLatLng northeast,
  2. MapLatLng southwest
)

Creates a MapLatLngBounds.

Implementation

const MapLatLngBounds(this.northeast, this.southwest);