PlaceAutocompleteElementOptions constructor

PlaceAutocompleteElementOptions({
  1. ComponentRestrictions? componentRestrictions,
  2. LocationBias? locationBias,
  3. LocationRestriction? locationRestriction,
  4. String? requestedLanguage,
  5. String? requestedRegion,
  6. JSArray<JSString>? types,
})

Implementation

external PlaceAutocompleteElementOptions({
  ComponentRestrictions? componentRestrictions,
  LocationBias? locationBias,
  LocationRestriction? locationRestriction,
  String? requestedLanguage,
  String? requestedRegion,
  JSArray<JSString>? types,
});