I'm using the PHP-GDS library to get access to the AppEngine DataStore, however this doesn't seem to support geolocation queries. I'm currently storing the latitude and longitude in separate columns.
What's the recommended way in 2015 (there are lots of suggestions from 2010) to query the DataStore with geoqueries?
Example use-cases: - Return the 10 closest rows from {Lat, Long}, sorted by distance.