Tagged Questions
5
votes
1answer
334 views
Order table by proximity to specific latitude/longitude (using MySQL+PHP)
MySQL (table)
id | url | lat | lng
----------------------------------
1 | x | 44.339565 | -101.337891
----------------------------------
2 | y | 44.150681 | -101.074219
...
4
votes
4answers
659 views
How best to perform corridor range search over a set of latitude / longitude coordinates
What would be the best approach to finding the set of coordinates, from say
about 5,00, which lie within a path of points, given a specified width.
eg an aircraft following several waypoints.
Is ...
0
votes
3answers
126 views
If I have all of the Google Geocoding data for multiple addresses, how do I calculate their proximity?
I have multiple addresses recorded in my database and I've used the Google Geocoding service to get their longitude, latitude, etc.
What do I need to do to calculate the proximity of one address from ...