GoogleGeocodingGeometry constructor

const GoogleGeocodingGeometry({
  1. required GoogleGeocodingLocation location,
  2. required String locationType,
  3. required GoogleGeocodingViewport viewport,
})

Implementation

const GoogleGeocodingGeometry({
  required this.location,
  required this.locationType,
  required this.viewport,
});