[google-appengine] Re: Proximity search

2010-03-03 Thread vendor.net
t;> > Have you looked into the "geohash" method?  It is not perfect but I think > >> > there are a number of people using that technique. > > >> > Robert > > >> > On Mar 2, 2010, at 16:52, "vendor.net" wrote: > > >> >&g

[google-appengine] Proximity search

2010-03-02 Thread vendor.net
I read many articles about geocaching and etc, but I still can`t find a way to do this: I have a DB: - id - latitude - longitude I have a latitude-x and longitud-y and I want to search my DB for records which are in 10 miles radius of the given latitude-x and longitud-y on Java. Thanks! -- You