Google Maps API response not matching results in JS

I'm confused....when I execute a query against Google maps, and view the response in the left column panel, what I see there does not match what I'm getting in the JS query that triggered the call in the 1st place....

Hi @PhilBoyd, if you want the JS query to return the value of the query it's triggering you'll need to write

return query.trigger();

If you've already tried that and it's not working, would you mind posting your JS query here for us to take a look at?

I wasn't awaiting the trigger() response, and working with that. Was trying to hit the query.data property directly.
Thanks

Ahh makes sense, glad you found the solution :slightly_smiling_face: