Answer the question
In order to leave comments, you need to log in
Change the icon when hovering over a point on the Yandex map?
myPlacemarkWithContent = new ymaps.Placemark([55.661574, 37.573856], {
hintContent: 'Собственный значок метки с контентом',
//balloonContent: 'А эта — новогодняя',
iconContent: '0,62 Га 15230 мВІ'
}, {
// Опции.
// Необходимо указать данный тип макета.
iconLayout: 'default#imageWithContent',
// Своё изображение иконки метки.
iconImageHref: 'images/ball.png',
// Размеры метки.
iconImageSize: [72, 55],
// Смещение левого верхнего угла иконки относительно
// её "ножки" (точки привязки).
iconImageOffset: [0, -54],
// Смещение слоя с содержимым относительно слоя с картинкой.
iconContentOffset: [5, 5],
// Макет содержимого.
iconContentLayout: MyIconContentLayout
});
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