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