GoogleGeocodingViewport constructor
const
GoogleGeocodingViewport({
- required GoogleGeocodingLocation northeast,
- required GoogleGeocodingLocation southwest,
Implementation
const GoogleGeocodingViewport({
required this.northeast,
required this.southwest,
});