Answer the question
In order to leave comments, you need to log in
How to add several circles to Yandex.Map?
There is an array of coordinates of the form:
I want to add circles to the map at these coordinates. I use this solution:
coordArray.forEach(function(item) {
mapCircle.geometry.setCoordinates(item);
yMap.geoObjects.add(mapCircle);
});
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