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.