nearby stores Google Places api
Hi,
I am trying to creat an app that take the users current location and displays a list of stores nearby. I have created the REST with the appropiate Google Places API, I tested it and got a valid response. I thought that I could just modify the the example below , but I am confused.
http://docs.appery.io/tutorials/addin...
In the above example I see that you use a Goolge api to get the data into the right format but I don't need to do that because the data returned from the Google Places API already has lat and log. I think that all I need to do is pass the response to a local storage variable array leave everything else the same. Is this true, if so what would that code snippet look like?