On Oct 26, 6:13 am, JuanMa <[email protected]> wrote: > Hi, all: > > I'm currently integrating a map inside a web page. > This map shows several points and we want to display a pop-up window > associated to click event. > > The problem we're having is that we do not get to display > information windows associated with Marker. > > We tried using bindInfoWindowHtml of GMarker without GEvent and has > not worked. > > Actually, we're using GEvent but it only shows the pop-up on the first > point. > > what are we doing wrong??? > any idea???
See Mike Williams' tutorial. You are probably not getting function closure on your markers. You are geocoding multiple points (not good practice). http://groups.google.com/group/Google-Maps-API/web/why-including-a-link-is-critical -- Larry > > Thanks for the help. > Juanma. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API" 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-api?hl=en -~----------~----~----~----~------~----~------~--~---
