On Jan 24, 4:06 am, rougem <[email protected]> wrote: > I'm having a problem with getting this to work, and am at the point now > where getting help from somewhere else may be quicker than me continuing to > rely on 'trial and error'. I am new to this API, and have no clue how to > work it right now. > > What I really want to do is to have each marker load its own InfoWindow, > with HTML content. In the context, the point is to have each link populate > an InfoWindow with additional details about each location. Thumbnail of the > location itself, and the specific address. > > http://esa.business-fuel.com/newbury_map.htm > > I'd really appreciate any help you can offer, guys. I've spent a > considerable amount of time on this, and made no progress.
Have you seen the (working) examples in the documentation? http://code.google.com/apis/maps/documentation/javascript/overlays.html#InfoWindows Do these examples help? (ported from Mike Williams' v2 tutorial): The Basics - Part 1: Markers with info windows http://econym.org.uk/gmap/basic1.htm http://www.geocodezip.com/v3_MW_example_map1.html The Basics - Part 3: Loading the data from an XML file http://econym.org.uk/gmap/basic3.htm http://www.geocodezip.com/v3_MW_example_map3.html -- 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.
