In the linked jsfiddle I am trying to output a certain result from the JSON. I assume the issue is the line
var address = data[results][0][address_components][1][long_name];
but through trial and error I am still unable to target the desired data.
Many thanks