You can actually store a coordinate accurate to about 1 meter in a single 
long value (32 bits each axis).  This can be an important saving if you are 
indexing a lot of locations.  Think of the long value as pointing to a block 
of earth at any degree of accuracy you want.  You can then query for all 
entities that are in the same 1KM block or 10KM block using a normal query 
which you cannot do if you store two floats.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine-java/-/U3oKICdkgBQJ.
To post to this group, send email to google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to