Google App Engine Geohashing

后端 未结 8 1139
情话喂你
情话喂你 2020-12-14 04:24

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\

8条回答
  •  暖寄归人
    2020-12-14 05:19

    I'm working on a GWT/GAE project and had the same problem. My solution was to use a Geohash class that I modified slightly to be GWT-friendly. It's great for my needs of proximity searches.

    If you've never seen Geohashes in action, check out Dave Troy's JS demo page.

提交回复
热议问题