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