AutocompleteOptions constructor

AutocompleteOptions({
  1. LatLngBoundsOrLatLngBoundsLiteral? bounds,
  2. ComponentRestrictions? componentRestrictions,
  3. JSArray<JSString>? fields,
  4. bool? placeIdOnly,
  5. bool? strictBounds,
  6. JSArray<JSString>? types,
})

Implementation

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