Answer the question
In order to leave comments, you need to log in
Is it possible to prohibit the opening of the Yandex Maps balloon?
I create a mark on the map through the Placemark class, and add "balloonContent" to the array, in which I will write the id that is output from the database. How to disable the opening of the balloon when clicking on the Placemark?
Tried to do like this:
myMap.geoObjects.events.add('click', function () {
return false;
});
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question