P
P
Pan Propan2021-03-10 11:18:11
Yandex maps
Pan Propan, 2021-03-10 11:18:11

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

2 answer(s)
F
freeExec, 2021-03-10
@freeExec

So pass in controlswhich controls you need.

P
Pan Propan, 2021-03-10
@mgis

Issue resolved. API Key was invalid. Put in a new one and everything worked.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question