Difficulty in getting value from Google Places API

(Kurt Anderson) #1

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!

(Daniel Beckett) #2

Hi @anderkd

Any chance you could share the full data output? Should be easier to work out the path then :slight_smile:

(Kurt Anderson) #3

Hi Daniel,

It started working, or I had another cuppa and woke up!

Topic closed, thanks!