AutocompleteOptions constructor
AutocompleteOptions({
- LatLngBoundsOrLatLngBoundsLiteral? bounds,
- ComponentRestrictions? componentRestrictions,
- JSArray<
JSString> ? fields, - bool? placeIdOnly,
- bool? strictBounds,
- JSArray<
JSString> ? types,
Implementation
external AutocompleteOptions({
LatLngBoundsOrLatLngBoundsLiteral? bounds,
ComponentRestrictions? componentRestrictions,
JSArray<JSString>? fields,
bool? placeIdOnly,
bool? strictBounds,
JSArray<JSString>? types,
});