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.

Inheritance

Constructors

AutoCompletionProvider()

Properties

endpoint String
The endpoint for the Google Places API auto-completion request.
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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