A
A
Anton Misyagin2016-06-08 23:44:16
JavaScript
Anton Misyagin, 2016-06-08 23:44:16

Is it possible to display a label for retina displays on Yandex maps?

For Placemark, only the following options were found:

{
            iconLayout: 'default#image',
            iconImageHref: cur_marker,
            iconImageSize: [30, 50],
            iconImageOffset: [-15, -50]
          }))


The label is blurry on the mobile screen. Everywhere on the site I use retina icons, but here it doesn’t work yet.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
Сергей Горячев, 2016-06-08
@sunnmas

https://tech.yandex.ru/maps/jsbox/2.1/icon_customImage

// Своё изображение иконки метки.
iconImageHref: 'images/myIcon.gif',
// Размеры метки.
iconImageSize: [30, 42],

Соответственно, картинка должна быть x2.

F
forgotten, 2016-06-08
@forgotten

Используйте SVG.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question