Answer the question
In order to leave comments, you need to log in
How to add such a description on the Yandex map?
Here is an example:
Here is the code:
<script type="text/javascript">
ymaps.ready(init);
function init() {
var myMap = new ymaps.Map("map", {
center: [55.76, 37.64],
zoom: 12,
controls: []
});
myMap.behaviors.disable(['scrollZoom', 'drag', 'dblClickZoom']);
var myPlacemark = new ymaps.Placemark([55.76, 37.64], null, {
iconContent: 'текст'
}, {
preset: 'islands#darkOrangeStretchyIcon'
});
myMap.geoObjects.add(myPlacemark);
}
</script>
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