Answer the question
In order to leave comments, you need to log in
How to get coordinates of several addresses and place balloons in Yandex Maps?
Hello!
There are data of companies (name, address):
var data = [
{
'company': {
'name': 'Автомир',
'address': 'Москва, Мира, 10'
}
},
{
'company': {
'name': 'Ягуар',
'address': 'Москва, Ленина, 15'
}
},
...
];
Answer the question
In order to leave comments, you need to log in
As far as I know, objects will have to be processed one at a time. The algorithm is simple - we send an asynchronous request (returns a Promise) -\u003e we add a label with data on Promis resolution.
In general, the Yandex maps api has very good documentation and examples. Here is the one you need: Yandex Sandbox
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question