On Nov 26, 1:48 pm, Joost van der Steen <[email protected]> wrote: > But all markers use the last Id that's taken from the array. So for > example I have 2 markers. One with id=1 one with id=2. > Both markers call the javascript with id=2? > What can I do about this?
That's Pitfall Number Three: http://econym.org.uk/gmap/basic1.htm You need to pass your data into a helper function which creates the marker. This binds all the data to the individual marker which is created, instead of using whatever "koffie[5]" contains when that event-handler is run. -- You received this message because you are subscribed to the Google Groups "Google Maps API V2" 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.
