GoogleGeocodingGeometry constructor Null safety
- {required GoogleGeocodingLocation location,
- required String locationType,
- required GoogleGeocodingViewport viewport}
Implementation
const GoogleGeocodingGeometry({
required this.location,
required this.locationType,
required this.viewport,
});