PlacesAutocompleteWidget class
Constructors
-
PlacesAutocompleteWidget({@required String apiKey, String hint: "Search", dynamic overlayBorderRadius, num offset, dynamic location, num radius, String language, String sessionToken, List<
String> types, List components, bool strictbounds, String region, dynamic logo, dynamic onError, dynamic key, String proxyBaseUrl, dynamic httpClient, String startText, int debounce: 300})
Properties
- apiKey → String
-
final
- components → List
-
final
- debounce → int
-
final
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- hint → String
-
final
- httpClient → dynamic
-
optional - set 'client' value in google_maps_webservice [...]
final
- language → String
-
final
- location → dynamic
-
final
- logo → dynamic
-
final
- offset → num
-
final
- onError → dynamic
-
final
- overlayBorderRadius → dynamic
-
final
- proxyBaseUrl → String
-
optional - sets 'proxy' value in google_maps_webservice [...]
final
- radius → num
-
final
- region → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- sessionToken → String
-
final
- startText → String
-
final
- strictbounds → bool
-
final
-
types
→ List<
String> -
final
Methods
-
createState(
) → dynamic -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited
Static Methods
-
of(
dynamic context) → PlacesAutocompleteState