LatLngBounds constructor

LatLngBounds({
  1. LatLng? northeast,
  2. LatLng? southwest,
})

Implementation

LatLngBounds({
  this.northeast,
  this.southwest,
});