Tagged Questions

3
votes
2answers
3k views

Proximity search with Google maps

I'm developing a store location application. Looking up a store, it currently shows the location in googlemaps based on address and zip code. Now I want to build a function which also shows other ...
2
votes
1answer
31 views

How do you sort or toggle display of lat lon point using javascript (based on proximity)

I want to take a list of lat long points and sort / toggle the display of them based on there proximity. Ideally I would like to do this on the client side. For instance, I often see maps that ...
1
vote
3answers
356 views

Postcode proximity search

I have about 20 events (UK based if that makes a difference). I will also have a form on a page where people can register their interest in attending one of these events. After they have submitted ...
1
vote
2answers
201 views

Twitter's Radius Search

On my website I would like to include a radius search for user profiles, similar to what Twitter is doing on their advanced search with "Near this places" http://search.twitter.com/advanced I ...
0
votes
3answers
129 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 ...