Reputation: 13178
In my application (iOS) i'm able to get the users current location. I also have a list of events in my database with the addresses and proper geocoding (latitude and longitude).
My question is, with the users current location and the addresses/geocodes in my database, how do I find the nearest events?
I'm using django and MySQL on my server side, and was not able to find any information regarding this... Can somebody point me in the right direction?
I did find these below links:
Upvotes: 1
Views: 97