GeoCodeRequest constructor
GeoCodeRequest({})
Implementation
GeoCodeRequest({
required this.description,
this.locale,
this.maxItems,
this.minLatitude,
this.minLongitude,
this.maxLatitude,
this.maxLongitude,
});