Google places API - getting return values from 3rd level for lat long
Hi,
I am querying the places api.
I map the variables returned to a simple label just to display textually the response.
It all works ok for '1st/2nd level variables', e.g.
results : name
results : photos : photo_reference
but the lat/lng variables I can't get to pass over, e.g.
results : geometry : location : lat
results : geometry : location : lng
Is there something special about these two variables in the response I need to take into account?
Thanks,
Dale.