при клике на метку выходит это пустое окошко, что я делаю не так?
var point = new ymaps.Placemark([lng, lat], {
hintContent: point.title,
id: point.id
},
{
iconImageHref: '/images/maps_balun.png',
iconImageSize: [57, 57],
iconImageOffset: [-6, -10]
},
{
balloonContentHeader: point.id,
balloonContentBody: point.id
}
);
point.events.add('click', function(e){
alert("ура");
});
cluster.push(point);
var MyIconContentLayout = ymaps.templateLayoutFactory.createClass(
'<div style="text-align: center; margin-top: 6px; width: 45px; height: 10px; color: #fff;">$[properties.geoObjects.length]</div>'
);
href: '/images/maps_balun.png',
size: [57, 57],
offset: [-6, -10]
}];
clusterer.add(cluster);
map.geoObjects.add(clusterer);