Hello,
At present when you click on a (round) marker on my site, the first click - zooms you in:
map.setCenter(marker.getPo
int(),maxZ
oom,G_SATE
LLITE_MAP)
;
.. and then if you click a second time, a window opens:
marker.openInfoWindowHtml(
"<div style='padding:5px'>Click maximize button for more info about the Google Bar!</div>",{maxContent: html, maxTitle: infotitle, noCloseOnClick: true});
I would like to know how to combine these two so that when a marker is clicked it both zooms in and opens an infowindow. Please can someone show me how this is done?
Many thanks
Start Free Trial