yandex-maps-unofficial / vue-yandex-map

Yandex Maps Component for VueJS
MIT License
357 stars 102 forks source link

Задать iconCaption для placemark #280

Open aastrum opened 3 years ago

aastrum commented 3 years ago

Можно ли задать подобное? Как кастомизировать иконку разобрался, а как к ней подпись сделать нет.

function createPlacemark() { return new ymaps.Placemark(coords, { iconCaption: 'поиск...' }, { preset: 'islands#redCircleIcon', draggable: true }); }

Снимок экрана 2021-01-26 в 23 30 32
PNKBizz commented 3 years ago

Посмотрю что можно сделать