I'm making a website that features listings using the Google Maps API. I've read over a few solutions (https://developers.google.com/maps/articles/toomanymarkers) but nothing is really doing what I want.
I have thousands of markers, and when my website displays a "state" that users choose, the thousand/s of markers clutter up the page or make load time really bad--it is just unusable at the moment.
I know of MapClusterer, but I have something else in mind. I'd like my website to say, "There are too many listings in your area, please zoom in further to view listings" --Basically, the map doesn't load the listings until the user zooms in to the X zoom setting. THEN the map only loads listings that are within the user's map frame of view. So instead of loading thousands of listings onto a map, it only loads what the user is currently looking at.
What I want sortof works like (this -- http://www.johnlscott.com/SearchInteractive.aspx?Lat=47.2404705882353&Lon=-122.479032132589&Zoom=12). Where if you are zoomed out too far it tells you "zoom in more, then you'll see listings". It is doing this because there are too many listings and it will be all cluttered/too slow if they showed them all-- I need this too! Any advice on where I can go or how I can get this done?
Thanks!