В январе месяце еще работал метод: HTML: <script src="http://yastatic.net/jquery/2.1.1/jquery.min.js"></script> <script type="text/javascript"> window.onload =function(){ jQuery("#user-city").text(ymaps.geolocation.city); jQuery("#user-region").text(ymaps.geolocation.region); jQuery("#user-country").text(ymaps.geolocation.country);} </script> <script src="http://api-maps.yandex.ru/2.0-stable/?load=package.standard&lang=ru-RU"type="text/javascript"></script> <div id="user-city"></div><div id="user-region"></div><div id="user-country"></div> сейчас уже не работает. Кто в курсе изменений? Как вывести ГЕО на страничке?
Попробуй воспользоваться инструкцией по переходу с версии 2.0 на 2.1 https://tech.yandex.ru/maps/doc/jsapi/2.1/update/concepts/update-docpage/
в документации написано, что изменилась только одна строка: Код (Text): <script src="https://api-maps.yandex.ru/2.1/?lang=ru_RU" type="text/javascript"></script> что-то всеравно не работает.