LatLngBounds constructor
LatLngBounds({
- required LatLng southWest,
- required LatLng northEast,
Implementation
LatLngBounds({
required this.southWest,
required this.northEast,
});