I’m using Google’s Places API using the Find Location template provided by FlowXO. After the user provides the place name and location, the Google Places API return’s JSON and a card set is created from the results. Here is the JSON:
Creating attributes from objects in the JSON is fairly straight forward, until those values are stored within an array, at which point I cannot figure out what format I should use to traverse the array to retrieve the values. For example, how would I get the value for street number, long name?
If anyone has solved this problem, I’d love to know how it’s done!
Cheers!