The latest update 
<https://cloud.google.com/datastore/release-notes#april_2016>I can see from 
the docs is the release of 'google.type.LatLng 
<https://cloud.google.com/datastore/docs/reference/rest/Shared.Types/LatLng>'. 
LatLng is being maintained by engineering in the google-cloud repository 
<https://github.com/GoogleCloudPlatform/google-cloud-java/issues/675>. 
LatLng looks to be the newer GeoPt 
<https://cloud.google.com/appengine/docs/standard/java/javadoc/com/google/appengine/api/datastore/GeoPt>
 since 
it correctly uses Doubles (instead of Floats like in GeoPt 
<https://issuetracker.google.com/35889218>) to store Lat and Lng.  For more 
information about the implementation of LatLng you can follow their Git 
repository. 
<https://github.com/GoogleCloudPlatform/google-cloud-java/releases> 

- A workaround alternative would be to use the Search API (which is a 
separate variation of the Datastore, instead of 'entities' it uses 
'documents'). The Search API has a GeoPoint 
<https://cloud.google.com/appengine/docs/standard/python/search/geopointclass> 
search ability on saved documents 
<https://cloud.google.com/appengine/docs/standard/python/search/#Python_Creating_a_document>
. 

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/49830c1c-0bf0-4235-a889-8f0c95941329%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
  • [google-appengine]... hr lumiins
    • [google-appen... 'Jordan (Cloud Platform Support)' via Google App Engine

Reply via email to