LatLngBounds constructor

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

Implementation

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