PlacesAutocompleteControl constructor
PlacesAutocompleteControl({
- required String apiKey,
- String hint = "Search",
- num? offset,
- Location? location,
- num? radius,
- String? language,
- String? sessionToken,
- List<
String> ? types, - List<
Component> ? components, - bool? strictbounds,
- Widget? logo,
- AddressListTileBuilder? listTileBuilder,
- ValueChanged<
PlacesAutocompleteResponse> ? onError, - Key? key,
- String? proxyBaseUrl,
- Client? httpClient,
Implementation
PlacesAutocompleteControl(
{required this.apiKey,
this.hint = "Search",
this.offset,
this.location,
this.radius,
this.language,
this.sessionToken,
this.types,
this.components,
this.strictbounds,
this.logo,
this.listTileBuilder,
this.onError,
Key? key,
this.proxyBaseUrl,
this.httpClient})
: super(key: key);