GoogleApi class
Properties
Methods
-
convertCountryListToString(
String countryCodes) → String -
getAutoCompletePlaces(
{String? sessionToken, String? input, required String types, required String countries}) → Future< PlacesPredictions> -
getPlaceDetails(
{String? sessionToken, String? placeId, String fields = "formatted_address,geometry,place_id,address_components"}) → Future< PlaceDetailsResult> -
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