Can I run a SQL Query that would compare location of my phone against all locations stored in database?
For example I wanted to search for distance against my current location based on my cellphone's location and show 50m from where I am. (I don't want the Haversine Formula).
I want to know if you can create/write a sql query to take into account the phones current location, so that the results would reflect the users location?
The phone location depending on where it is should communicate with my sql query in a way.
Can I please get some links and explanation so I can start to play around with it myself? :)