GoogleGeoTypeViewport constructor

GoogleGeoTypeViewport({
  1. GoogleTypeLatLng? high,
  2. GoogleTypeLatLng? low,
})

Implementation

GoogleGeoTypeViewport({
  this.high,
  this.low,
});