On Jun 22, 6:33 am, 3D-kreativ <[email protected]> wrote: > Hi! > > I'm surprised that Google don't have a complete example of code that > show how to display several markers + infoWindows + titles. The only > example I can find is an example where the markers i placed by random, > and how useful is that?! And it's hard to understand due to the > closures. And the code don't show how to close an infoWindow, when a > new is opened? > > And it's hard to find some perfect code somewhere else that with a > simple and easy to follow code how to put several markers from a > simple array with infoWindows that are separate and don't resuse the > same infoWindow to avoid to se the old content for a short moment. > This is something that you se when the infoWindow contain an image. > > If anyone knows about som example, please give me a link! Thanks!
You mean like these examples from Mike Williams' tutorial that I translated to v3?: http://www.geocodezip.com/v3_MW_example_map1.html http://www.geocodezip.com/v3_MW_example_map2.html http://www.geocodezip.com/v3_MW_example_map3.html http://www.geocodezip.com/v3_MW_example_categories.html listed here: http://www.geocodezip.com/ -- Larry -- 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.
