Создаю карту
myMap = new ymaps.Map('map', {center: [60.011080,30.338997],zoom: 10,restrictMapArea:[[60.055334,30.038404],[59.812399, 30.484037]] });
или так
myMap = new ymaps.Map('map', {center: [60.011080,30.338997],zoom: 10,restrictMapArea:true});
Подключение скрипта:
<script src="http://api-maps.yandex.ru/2.0.25/?load=package.ful " type="text/javascript"></script>l&lang=ru-RU&mode=debug
или так:
<script src="http://api-maps.yandex.ru/2.0/?load=package.full&l " type="text/javascript"></script>ang=ru-RU&mode=debug
Но свойство restrictMapArea не срабатывает, карта прокручивается без проблем. Что я делаю не так?