Is it possible to make this example so that the picture (or text) were clickable links?

Closed due to the fact that off-topic participants 0xdb , aleksandr barakin , andreymal , freim , LFC March 5 at 20:00 .

It seems that this question does not correspond to the subject of the site. Those who voted to close it indicated the following reason:

  • “Questions asking for help with debugging (“ why does this code not work? ”) Should include the desired behavior, a specific problem or error, and a minimum code for playing it right in the question . Questions without an explicit description of the problem are useless for other visitors. See How to create minimal, self-sufficient and reproducible example . " - 0xdb, aleksandr barakin, andreymal, freim, LFC
If the question can be reformulated according to the rules set out in the certificate , edit it .

    1 answer 1

    There are no clickable links, because markers are drawn exclusively by pictures. There is no click, but instead you can subscribe to expand / collapse and

     player.events.add(['markerexpand', 'markercollapse'], (e) => { console.log('clicked', e.get('marker')); })