LocationBounds constructor
LocationBounds({})
Implementation
LocationBounds({
required this.northeast_lat,
required this.northeast_lng,
required this.southwest_lat,
required this.southwest_lng,
});
LocationBounds({
required this.northeast_lat,
required this.northeast_lng,
required this.southwest_lat,
required this.southwest_lng,
});