Answer the question
In order to leave comments, you need to log in
How to get a list of ids that are included in the cluster when clicking on it yandex.maps?
Hello. There is a yandex maps api
map, labels are displayed on the map, I output them as json
like this:
{"type":"Feature","id":"15","id_d":"29","geometry":{"type":"Point","coordinates":["56.333355","43.954962"]},"properties":{"hintContent":"168 \u20bd"}}
objectManager.objects.events.add('click', function (e) {
var objectId=e.get('objectId'),
object = objectManager.objects.getById(objectId),
id_d = object.id_d;
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