Is it possible to do Geosearch API using google datastore (GAE) and Nodejs

433 Views Asked by At

I have a set of lat/longs stored in datastore db and I want to use Nodejs and Google datastore to return the result of shops surrounding me in desc order based on the distance.

i.e. I have location and I want to retrieve all the shops saved in the DB within 10km.

0

There are 0 best solutions below