I need to create markers for my map that contain html. After looking at lots of tutorials, it seems like markers are made of an image, and do not allow html to be added.
InfoWindows half solve my problem, I know I can add multiple instances of them, but my problem is I need to be able to stylize them, and I don't want close buttons on them.
Can anyone advize me as to the best approach to take.
I am currently thinking I have three options:
- edit markers so they can contain html.
- edit infowindows so they look like i want and dont have a close button.
- create something seperate, and try and tie its location to the map dynamically.
Any advice would be greatfully recieved.