I wanted to change one value when marker with certain comment starts. I've tried something like this, but it doesn't work.
if (marker.comment("R1 L1").time > time){ value = 40; }
2.1m questions
2.1m answers
60 comments
57.0k users