- So here's the issue... I have a field where users can type in their address (which will be GeoCoded via Google Maps API).
- I have several addresses of widgets in my database (saved as address.. again can easily be geocoded).
What I need is for the user to type in their address and for a list of my widgets to come up based on distance from their address. I have THOUSANDS of addresses for my widgets and users have an infinite number of addresses obviously.
Any ideas?
Thanks.