If I understood correctly - you want to make a marker, which, if clicked, browser opens new address?
Don´t know if this is feasible, but you can add to infowindow text something like <a href="http://www.example.com">more info</a> And if someone clicks "more info" link, he/she is put throught to URL "example.com" Pavel On Jun 18, 9:15 am, "[email protected]" <[email protected]> wrote: > I am putting together a google map which has multiple markers brought > in from an xml file: > > http://www.aztecportfolio.com/clients/cgfry/new-home-map.html > > The marker text in the xml file looks like this: > > <marker lat="50.80901" lng="-2.738889" html="<strong>BARNFLEET, > BEAMINSTER</strong><br>Brief bit of info" > label="BARNFLEET, BEAMINSTER" icontype="0"/> > <marker lat="51.43615" lng="-2.0585" html="<strong>CHAPEL > STREET, DERRY HILL</strong><br>Brief bit of info" > label="CHAPEL STREET, DERRY HILL" icontype="0"/> > etc etc etc.. > > Is it possible to make the markers click through to a url? > > Tried lots of things but nothing works!!!! > > Help > > thanks --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API" 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 -~----------~----~----~----~------~----~------~--~---
