Questions tagged [yandex-maps]

Yandex is a Russian Internet company which operates the largest search engine in Russia with about 60% market share in that country. It also develops a number of Internet-based services and products, including Yandex Maps -- a mapping application similar to Google Maps.

125 questions
0
votes
3 answers

How can I ask the user for Yandex Navi or Google Maps? How can I direct it?

I have two values in latitude and longitude. I have a key. This button must have two options to go to location information,Yandex Navi and Google Maps. When I click on the button, I want to know which one would like to open it. How can I do that?
fatih
  • 67
  • 1
  • 12
0
votes
1 answer

How add event listener to '+' zoom element?

I try add event listener to '+' zoom element icon when him state is disabled. please help me. JSFIDDLE here. code: ymaps.ready(init); var myMap, collectionMarkers, currCoords = [55.76, 37.64]; function init(){ myMap = new…
rettoryh13
  • 135
  • 1
  • 6
0
votes
1 answer

How to remove the close button on panorama mode?

I have an opened panorama. I need to hide (or remove from markup) the close button. The button is located in the upper right corner of the screen. Could you please help me? JSFIDDLE js: ymaps.ready(init); var map, mapElem =…
ptortyr45
  • 147
  • 1
  • 11
0
votes
1 answer

how to attach data to a button?

I add custom button to map. This button display on left top position of screen. JSFIDDLE demo here. I need attach data to button. In my code I add a number to the button. After clicking I would like to display this number in console. Please help…
ptortyr45
  • 147
  • 1
  • 11
0
votes
1 answer

how to get the current map coordinates?

I have yandex map on page. For this map i bind event handler 'actionend'. I need in this handler get current coordinates of map center. Please help me make it. live demo here. Code: ymaps.ready(init); var myMap; function init(){ myMap =…
ptortyr45
  • 147
  • 1
  • 11
0
votes
0 answers

Async loading data from firebase to HTML page with yandex map embedded

I'm trying to retrieve data from firebase to html page with yandex map embedded. All is fine, data comes, but problem is that data comes after the map is rendered, so any markers are showing
Pavel L
  • 1,857
  • 3
  • 17
  • 23
0
votes
1 answer

Move yandex maps controllers in constructor

can I change controls position with yandex map constructor? My maps controls looks like that So i need to move all controlls to right a bit. Using yandex API i can do it like that: urMap.controls.add('zoomControl', {position: {left: '40px', top:…
Ilia Levikov
  • 166
  • 1
  • 4
  • 13
0
votes
1 answer

api yandex maps on different pages of wordpress site

I have 4 pages in wordpress site where i need to inculde api yandex maps. So i created 4 scripts, which works. I included script tags in my footer: