Abdelrahim
Posts: 0
Joined: Sat Nov 30, 2013 3:31 am

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?

Igor
Posts: 0
Joined: Tue Apr 02, 2013 12:05 pm

nearby stores Google Places api

Hi,

Yes, you can save response to a local storage variable also. Unfortunately we don't have such code snippet. You can try implement it by yourself and if you will have any specific questions let us know we'll help you.
Also "Google Places API" documentation can be very useful. https://developers.google.com/places/

Return to “Issues”