services library
Functions
-
fetchPlaceDetailFromId(
Client client, String apiKey, String placeId, {String? languageCode, String? sessionToken}) → Future< Address?> -
fetchSuggestions(
Client client, String apiKey, String input, {List< PlaceType> ? types, List? regionCodes, String? sessionToken, String? languageCode}) → Future<List< AddressSuggestion> >