LatLngBox constructor

LatLngBox({
  1. LatLng? ne,
  2. LatLng? sw,
})

Implementation

LatLngBox({this.ne, this.sw});