When I make a marker, i need to add some custom properties that are not included in the actual marker
object. I'm thinking of adding these custom properties all in the snippet
, maybe an array or something.
However, the snippet can only take a string value, not an array.
Any suggestions?