Google App Engine Geohashing
问题 I am writing a web application using GWT and App Engine. My application will need to post and query items based on their latitude, longitude. As a result of google's distributed database design you can't simple query a set of inequalities. Instead they suggest doing geohashing. The method is described on this page. http://code.google.com/appengine/articles/geosearch.html Essentially you pre compute a bounding box so that you can query items that have been tagged with that bounding box. There