PlaceApiProvider class

Constructors

PlaceApiProvider(String sessionToken, String mapsApiKey, String? compomentCountry, String? language)

Properties

client → Client
final
compomentCountry String?
final
hashCode int
The hash code for this object.
no setterinherited
language String?
final
mapsApiKey String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sessionToken String
final

Methods

fetchSuggestions(String input) Future<List<Suggestion>>
getPlaceDetailFromId(String placeId) Future<Place>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited