Hello! I’ve got a survey question that is asking respondents to enter their mailing address. I’m using the Google Maps integration, and it’s working great (I followed the steps here). However, when I view responses or export the data, all I see for that question are latitude/longitude coordinates.
I know the Geocoding API can be used to convert lat/long coordinates to addresses, but as far as I know, this won’t be descriptive enough (e.g., if someone lives in an apartment complex, this will give the address of the complex, but not of their specific unit).
I’d like to get the actual auto-completed addresses (e.g., 1234 Acorn Street, Apt. 5678, Lemont, IL, 19674, USA) that people enter into the address question, rather than the lat/long coordinates. I tried using embedded data to grab the text from the question, but that still returns lat/long. An example of the question and output are shown below. I appreciate any help!