I’ve been able to get all the values I need from the Google Pleaces API, save for one, the utc_offset value. It’s shown here:
“types” : [ “cafe”, “food”, “store”, “point_of_interest”, “establishment” ],
“url” : “https://maps.google.com/?cid=3285271905745598106”,
“utc_offset” : -300,
“vicinity” : “27 School Street, Boston”,
“website” : “http://www.starbucks.com/store/11398/”
I notice that unlike other objects, it is not enclosed in quotes. So, this format is not working:
{{get_details_for_place_1.data__result__utc_offset}}
Can anyone shed light on how to make this work?
Thanks!