GeocoderRequest constructor

GeocoderRequest({
  1. String? address,
  2. LatLngBoundsOrLatLngBoundsLiteral? bounds,
  3. GeocoderComponentRestrictions? componentRestrictions,
  4. bool? fulfillOnZeroResults,
  5. String? language,
  6. LatLngOrLatLngLiteral? location,
  7. String? placeId,
  8. String? region,
})

Implementation

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