Answer the question
In order to leave comments, you need to log in
How to change the position of the Yandex Maps control when it is initialized?
The map is created like this
var map_contact;
ymaps.ready(function () {
map_contact = new ymaps.Map(
'contacts', {
"controls":["zoomControl","typeSelector"],
"center":[67.766160263989,50.947060286604],
"zoom":13
}
);
});
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