I have a lot of Entities containing geoPoints stored in Google\'s Datastore.
Now I need to get the 10 nearest locations based on a Location sent to a Google Cloud Function.<
Unfortunately it is not possible to get the nearest location from the google cloud datastore itself. You have to implement your own logic or you have to use a different database