Answer the question
In order to leave comments, you need to log in
How to get object id at dragend event in yandex map?
For drawing points I use GeoObjectCollection.
You need to get the object id on the dragend event.
this.myCollection.events.add('dragend', function(e) {
var object = e.get('target');
var coords = object.geometry.getCoordinates();
//var id = ???
}.bind(this));
Answer the question
In order to leave comments, you need to log in
s - sum of voted points
q - number of voters
n - new vote (points)
Cf. are. = (s+n) / (q+1)
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question