Hi,
Currently all markers on my site when clicked, display an infowindow. I would like to limit this functionality to markers that do not have a 'pushpin' or 'arrow' icontype....
if ( ( icontype != 'pushpin' ) || ( icontype != 'arrow' ) ) {
SHOW INFOWINDOW
}
Can someone show me how to implement this ( I have attached my script)?
Many thanks
Start Free Trial