AutoCompletionProvider class
A provider for handling auto-completion requests to the Google Places API.
AutoCompletionProvider extends IProvider and is used to interact with the Google Places API to fetch auto-completion suggestions based on user input. It provides the necessary endpoint and a method to perform the request.
Constructors
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
onAutoCompletion(
String term, String googleMapApiKey, String language) → Future< Response> - Sends a request to the Google Places API to get auto-completion suggestions.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited