GeocoderRequest constructor

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

Implementation

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