I added a UI control to my map to 'Add Point' to a MySQL db. When clicked, there are two addListener events. One creates a new marker, the other opens an infowindow. The issue I am having is that when the UI control is clicked and the user clicks the map the first time, a marker is added but the infowindow does not show. However, when the map is clicked additional times the marker is added and the infowindow pops up (which is what I want). Has anyone encountered this problem of it not working properly the first time clicked?
-- 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.
