On Oct 20, 10:57 am, Barton <[email protected]> wrote: > Hi, > > I'm using a pretty robust Google Maps example to load and toggle KML > overlays. In particular overlays I've added an <IMG> to the > <ScreenOverlay><ICON> code to display an advert. Is it possible to > make the advert images click-able and link to other web-pages?
I think the only way of doing this is to use the <description> element, which populates an infoWindow. You can put information including a link in the infoWindow. That has the advantage that users aren't whisked off somewhere else if they click the wrong marker. -- 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.
