Hi all ! Any update on this topic ? This is a feature that could help me a lot !
Regards, Ludovic Borie Le mercredi 20 janvier 2016 06:49:15 UTC+1, Sandeep Dhameshia a écrit : > > How do I ask for an invite? I did not find any option. > > On Monday, January 11, 2016 at 1:15:24 AM UTC+5:30, Jeff Schnitzer wrote: >> >> The datastore now supports geospatial indexes directly: >> >> https://cloud.google.com/appengine/docs/java/datastore/geosearch >> >> It's alpha, you have to ask for an invite, and I have no idea what the >> PHP bindings would look like, but it lets you do a "show records within a >> circle (or box) of a point" queries - which sounds like what you are asking >> for. >> >> Jeff >> >> On Mon, Jan 4, 2016 at 12:50 PM, Alex Kerr <[email protected]> wrote: >> >>> Hi all, >>> Wondering how best to implement some basic geolocation stuff using >>> Google Cloud products (and open source if appropriate) >>> >>> I need to search user records I'm storing in Datastore, which include >>> the user's address (in ordinary human readable text format) to see which >>> other users are within a certain distance from them. Seems I can't do a >>> geospatial search directly on Datastore records but found something that >>> suggests a clever little mashup with Google's Search API: >>> http://ralphbarbagallo.com/2013/05/14/app-engine-geospatial-datastore-search-a-new-way/ >>> >>> Questions: >>> 1.) Is there any better (/more standard) way than what's suggested at >>> that link? (I know Cloud SQL allows geospatial searches but ideally I want >>> to use Datastore if possible to store my data in) >>> 2.) Geospatial matches (at least using above techniques) need latitude >>> and longitude - are there any Google APIs or open source PHP stuff I could >>> use to convert addresses into lat/lon? >>> >>> I'm running on PHP AppEngine by the way and need a solution I can >>> implement very quickly and easily if at all possible! >>> >>> Many thanks for any info/suggestions! >>> >>> -- >>> 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/80be5c2f-ae67-4ccc-825a-29b68fb6315a%40googlegroups.com >>> >>> <https://groups.google.com/d/msgid/google-appengine/80be5c2f-ae67-4ccc-825a-29b68fb6315a%40googlegroups.com?utm_medium=email&utm_source=footer> >>> . >>> For more options, visit https://groups.google.com/d/optout. >>> >> >> -- 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/c5ad122b-4f62-4408-90be-3a67366baa6b%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
