On Jan 30, 9:09 am, Matt <[email protected]> wrote: > I’m new to google maps...I'm just looking for a way to display multiple > markers with infowindows. I am pull in a list of addresses out of a listbox > that comes out a dataset. > > I would post my code, but I’m afraid that I jacked it all up trying to get > this to work and wouldn't make any sense to any one anyway. > > 1. I'm pulling all of my address into an array > > 2. geocoding them and storing the coordinates in to another array > > 3. then trying to mark those coordinates and link them to infowindows with > their own content. > > Any examples of this would be greatly appreciated.
Do these help? Translated from pages in Mike Williams' v2 tutorial: http://econym.org.uk/gmap/ http://www.geocodezip.com/v3_MW_example_map2.html http://www.geocodezip.com/v3_MW_example_map3.html -- Larry > > -Matt -- 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.
