Posted by Brandonian on September 27, 2013 at 2:26pm
Last updated by Brandonian on Fri, 2013-09-27 14:26
Last updated by Brandonian on Fri, 2013-09-27 14:26
As a user, I want to be able to find content within an arbitrary region.
As a user, I want to be able to find content within an arbitrary region.
Comments
Redo search when map moved
I would very much like to have a functionality to search on map-move
as we can see here:
http://www.yelp.com/search and here: http://www.airbnb.com/search
in both cases there is a map with a checkbox that says "Redo search when map moved"
after doing some reading I found that it is based on an event called "bounds_changed" from the google maps API V3
http://gmaps-samples-v3.googlecode.com/svn/trunk/map_events/map_events.html
How is this possible to find
How is this possible to find content inside an arbitrary area?
thanks