> so i got the bubble to appear...but i cant get the bubble to display > the correct post code because its placed inside a function and the > array is created outside the function. but i cant see a solution for > re-arranging things.
See this tutorial http://econym.org.uk/gmap/basic1.htm It's v2 API but the principle is the same, get function closure on your infowindow content http://econym.org.uk/gmap/closure.htm > here is my code for geocoding the postcodes. Geocoding in a tight loop is a bad idea. Geocoding the same places at every page load is a bad idea. http://econym.org.uk/gmap/geomulti.htm Again it is v2 but the same principles and pitfalls are valid in v3 -- 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.
