Hi,

I am trying to implement geolocation search with GAE in Java using
GeoPt.
But due to restrictions on Datastore, bounding box queries are also
not supported in App Engine because there need to be two inequalities
on two independent properties (latitude and longitude).

There seems to be a solution with Geohash but every thing I found is
based on GAE Python. Is there anything based on Java or can I use
Geomodel (http://code.google.com/p/geomodel/) from Python in my Java
applications?

Thanks for your help!

Romain

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to