Google App Engine Geohashing

后端 未结 8 1110
情话喂你
情话喂你 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 04:55

    An alternative to do geo spatial searches in App Engine is the Search Api. You won't need to worry about geohashing or implementation details, and you'll be able to search for elements close to geo point.

    https://developers.google.com/appengine/docs/python/search/overview#Performing_Location-Based_Searches

提交回复
热议问题