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