Hi!
¿Would there be any way to insert a photo in the tooltip that appears when you click on the marker map and assign a url link?
Regards
Hi romero2!
The markers accept HTML. Try this.
<a href = "#"><img src = "#" /></a>
And replace the # with the correct URLs to your image and wherever you want it to link to.
Regards,
Elliott
oK
Thanks