I'm looking for a way to make a Google Map marker a simple link (<a href="">
).
I don't want to reproduce a link behavior with Javascript (location.href
for example) because I want the user to be able to open the link in a new Tab or Window (using the middle click for example).
Is there a way to do that?