GoogleGeocodingViewport constructor

const GoogleGeocodingViewport({
  1. required GoogleGeocodingLocation northeast,
  2. required GoogleGeocodingLocation southwest,
})

Implementation

const GoogleGeocodingViewport({
  required this.northeast,
  required this.southwest,
});