Hi Guys, I'm having some issues with my map. I have an event handler that listens for 'bounds_changed', when changed, new markers are loaded onto the map. The problem i'm having is that too many requests are being made now (check the console log).
After searching the web I tried to replace bounds_changed by 'idle'. This seems to have a positive effect already, but still if you'd drag the map a tiny bit several times after each other, it is making many requests at the same time. What can I do to improve this process, preferrably killing the active requests when a new one is made? Example: http://acomsa.co.za/durban/ Thanks! -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-maps-js-api-v3?hl=en.
