GMULatLngBounds constructor

GMULatLngBounds({
  1. required Point<num> northEast,
  2. required Point<num> southWest,
})

Implementation

GMULatLngBounds({required this.northEast, required this.southWest});