AddressService class
Constructors
- AddressService(String sessionToken, String mapsApiKey, String? componentCountry, String? language)
Properties
- apiClient ↔ PlaceApiProvider
-
getter/setter pair
- componentCountry → 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
-
getPlaceDetail(
String placeId) → Future< Place> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
search(
String query, {bool includeFullSuggestionDetails = false, bool postalCodeLookup = false}) → Future< List< Suggestion> > -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited