Answer the question
In order to leave comments, you need to log in
Why is scrolling and other controls not displayed on the Yandex map?
I connect cards as standard.
page address
<script src="https://api-maps.yandex.ru/2.1/?lang=ru_RU&apikey=77daebbc-d2c6-4813-abce-*************" type="text/javascript"></script>
function init() {
// в этой версии координаты просто элементы массива (и они поменяны местами)
destinations = {
'Филиал в городе Москва':[55.795443, 37.800224]
},
// Создание экземпляра карты и его привязка к контейнеру с
// заданным id ("map").
myMap = new ymaps.Map('map', {
// При инициализации карты обязательно нужно указать
// её центр и коэффициент масштабирования.
center: destinations['Филиал в городе Москва'], // Москва
zoom: 17,
controls: ['routePanelControl']
});
myMap.behaviors.enable('scrollZoom');
Answer the question
In order to leave comments, you need to log in
Issue resolved. API Key was invalid. Put in a new one and everything worked.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question