I have this latlng = db.GeoPtProperty() in app engine.
Given a lat long, how do I query the first 10 closer latlng without using any third party library?
Is there any nice documentation for me to refer?
Thanks in advance.
|
I have this Given a lat long, how do I query the first 10 closer latlng without using any third party library? Is there any nice documentation for me to refer? Thanks in advance. |
|||
|
|
|
Geospatial queries aren't supported natively by the datastore. There are userland implementations however, including geomodel, documented here. |
|||
|
|
|
I don't believe this is natively supported yet. However, there is a talk at Google I/O 2011 on App Engine full text search (emphasis mine):
Stay tuned... |
|||
|
|