Advertisement
Guest User

Untitled

a guest
Jun 27th, 2019
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. <script src="<ключ>&lang=ru_RU" type="text/javascript">
  2.  
  3. ymaps.ready(init);
  4.  
  5. function init() {
  6. var geolocation = ymaps.geolocation
  7. geolocation.get({
  8. provider: '213.110.97.151',
  9. mapStateAutoApply: true
  10. }).then(function (result) {
  11. console.log(result);
  12. })
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement