I figured I’d make a quick post about a problem I had while working with Google Maps API; this problem came up when I needed a DOM element to trigger a click on a Marker so an InfoBubble came up (http://blog.michaelhelmick.com/2011/04/23/google-maps-api-multiple-markers-multiple-infowindowsinfobubbles/) The Problem I needed to trigger a ‘click’ on a certain marker when I… Read more »
Posts Tagged: Google Maps API
Google Maps API – Multiple Markers, Multiple InfoWindows/InfoBubbles
I am currently working on a project that is dealing with using the Google Maps API. For a page of the website, it required that we grab the 10 nearest locations and put some markers on the map for those locations. So, say I got back 10 locations, I would loop through the results and… Read more »