we have been developing a application(find nearest hotel) with objectify in Google app engine. need help how to find the nearest location (around 5km) in objectify datastore from current location would be great if find the sample code.
0
votes
1 Answers
0
votes
Efficient way for geospatial query on AppEngine is to use Search API https://developers.google.com/appengine/docs/java/search/
Other ways would be GeoHash in datastore or MongoDB