GeocoderRequest constructor
      
      GeocoderRequest({ 
    
    
- String? address,
- LatLngBoundsOrLatLngBoundsLiteral? bounds,
- GeocoderComponentRestrictions? componentRestrictions,
- bool? fulfillOnZeroResults,
- String? language,
- LatLngOrLatLngLiteral? location,
- String? placeId,
- String? region,
Implementation
external GeocoderRequest({
  String? address,
  LatLngBoundsOrLatLngBoundsLiteral? bounds,
  GeocoderComponentRestrictions? componentRestrictions,
  bool? fulfillOnZeroResults,
  String? language,
  LatLngOrLatLngLiteral? location,
  String? placeId,
  String? region,
});