Answer the question
In order to leave comments, you need to log in
How can I change the contents of the balloon that appears on the map after clicking the label, which is placed as follows?
I add a label.
geocoder.then(
function (res) {
myMap.geoObjects.add(res.geoObjects);
},
function (err) {
// обработка ошибки
}
);
res.geoObjects
Answer the question
In order to leave comments, you need to log in
Are you adding a label? To me, you are trying to geocode something unknown...
Use the Yandex.Maps API more carefully. Here is an example of adding a label https://tech.yandex.ru/maps/jsbox/2.1/placemark along with a balloon and a balloon separately on the next tab.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question