Answer the question
In order to leave comments, you need to log in
How to change the contents of the balloon?
I have labels that are in a cluster. A circle is drawn on the map. All pins within the circle are selected like this:
let pins = clusterer.getGeoObjects(); // all
pins let pinsInsideCircle = ymaps.geoQuery(pins).searchInside(this.circle) // pins inside the circle.
pinsInsideCircle returns me a GeoQueryResult object. The problem is that I don't know how to get to the labels in this object and change their balloons.
Answer the question
In order to leave comments, you need to log in
It seems that you did not even open the documentation
https://tech.yandex.ru/maps/jsapi/doc/2.1/ref/ref...
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question