Используя пример http://api.yandex.ru/maps
Делал так
myMap.events.add(\'draggable\', function (e) {
var coords = e.get(\'coordPosition\');
document.getElementById(\'geox\').value = coords[1].toPrecision(6);
document.getElementById(\'geoy\').value = coords[0].toPrecision(6);
});
не работает, где я ошибся? если можно то рабочий пример