B
B
Bogdan Glushko2019-08-11 16:28:28
Yandex maps
Bogdan Glushko, 2019-08-11 16:28:28

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
        });

I have a point on the Yandex map, how to change the hover icon?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Andrew, 2019-08-11
@bogdan19930903

So:

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question