List Address Suggestions
BetaGET
/v1/core/addresses/suggestionsThis endpoint is idempotent. Learn more
Returns address suggestions based on input text.
inputstringAutocomplete input text.
session_tokenoptional stringSession token for grouping autocomplete requests.
objectstringenumValues:listObject type for AddressSuggestion list
page_infoobjectPagination metadata for AddressSuggestion list
next_cursorstringnullableCursor to fetch the next page, null if no more pages.
prev_cursorstringnullableCursor to fetch the previous page, null if on the first page.
has_next_pagebooleanWhether more results exist after this page.
has_prev_pagebooleanWhether results exist before this page.
dataarray of objectArray of AddressSuggestion resources in this page
idstringGoogle Places ID.
objectstringenumValues:address_suggestionResource type identifier.
descriptionstringFull description.
main_textstringMain text (typically the street address).
secondary_textstringSecondary text (typically city, state, country).
Responses
200
Successful response for List Address Suggestions