Answer the question
In order to leave comments, you need to log in
Why doesn't setBounds take into account maximum zoom and padding?
When creating a map, I specify the maximum zoom as follows:
APP.controller.map.map = new ymaps.Map(self.$$o.map.attr('id'), {
center: [55.76, 37.64],
zoom: 7,
maxZoom: 12
});
APP.controller.map.map.margin.setDefaultMargin([0,600,0,0]);
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