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.
Questions tagged [yandex-maps]
125 questions
0
votes
1 answer
Get Google Map snapshop
I have an Excel file with one of the fields being an address. I want for every row of the Excel to create a Word document.
One of the fields is the address. Can I use the address to generate a static view of the map and use it as an image in Word? I…

Alexey
- 3,607
- 8
- 34
- 54
0
votes
1 answer
How update variable on click on yandex maps
I want update variable when I click first time on yandex map.But it is not working. Handler of click on map is called definitely, but variable value is not updating.
Here is jsfiddle. When I click on map I want update filter.step variable.

Olga Akhmetova
- 490
- 1
- 6
- 19
0
votes
1 answer
Extracting the time of the paved route in the maps
i`m using the maps in my app. I am entering location, and maps opens. For example, i've get direction there. Maps calculate the necessary time to get to the entered point. Can i programmatically get this time for using in my app?
Here is fragment of…

Alexander Vasilchuk
- 155
- 1
- 1
- 12
0
votes
1 answer
How to specify the size Yandex maps?
The problem with the options property.panelMaxMapArea
https://tech.yandex.ru/maps/doc/jsapi/2.1/ref/reference/Balloon-docpage/#param-options.panelMaxMapArea
How do I specify the size of the map, so the balloon in the form of a panel was only if the…

Nikita True
- 73
- 4
0
votes
1 answer
Yandex Maps Api Json Response Giving 403 Unauthorized Error
I am working on selecting json data from yandex maps api. When I call a URL from browser, it's giving me true response. But it's not giving me same response when I called this request in php. Giving 403 unauthorized error.
Here is the URL and you…

tucecang
- 1
- 1
- 5
0
votes
1 answer
How to get geocode change listener Yandex mapkit android?
i used yandex mapkit try to get accurate latlng but it ploted accurately but not get listener failed i used the link https://github.com/yandexmobile/yandexmapkit-android/blob/master/yandexmapkit-sample/src/ru/mapkittest/geocode/OverlayGeoCode.java…

sabeer
- 603
- 10
- 28
0
votes
2 answers
Get screenshot from yandex map kit
I have yandex.yandexmapkit.MapView. I want to create the screenshot from it.
How can I get screenshot from yandex map kit?

TyM6JIep
- 406
- 8
- 23
0
votes
1 answer
Yandex maps: How to (Can I) set placemarks on the route turns?
I have route from my object to current user position.
ymaps.route([objectPosition, userPosition], {
mapStateAutoApply: true
}).then(function(route) {
route.getPaths().options.set({
balloonContentBodyLayout:…

Mariya Steksova
- 850
- 9
- 14
0
votes
1 answer
How to get id of clicked placemark on yandex maps?
I've trying to get id of clicked placemark, but I can't find the way to do that.
I have the following code on TypeScript:
var map = new ymaps.Map( 'map', {
center : [55.76, 37.64],
zoom : 7
} );
var objectManager = new…

RomkaChev
- 31
- 1
- 5
0
votes
1 answer
How get coords from click event in X°Y′Z" format (not in X.Y == decimal)
e.get('coords') from code below, returns coords in decimal format, but I need them in X°Y′Z" format. Is there any way to get this without manual converting?
myMap.events.add('click', setCoords);
function setCoords(e) {
var coords =…

madzohan
- 11,488
- 9
- 40
- 67
0
votes
1 answer
Can I use Yandex Maps in a Nokiax app?
I need to use Yandex Maps in an app instead of Here Maps. Could this be possible? Any hints or tricks to help me?
Thanks

attila
- 47
- 4
0
votes
1 answer
Yandex Maps: how change styles placemark from api 1.0 to 2.0
I have this styles in api 1.0
var s = new YMaps.Style();
s.iconStyle = new YMaps.IconStyle();
s.iconStyle.offset = new YMaps.Point(-1, -30);
s.iconStyle.href = "http:www.example.com/images/1.png";
s.iconStyle.size = new YMaps.Point(29,…

Alex
- 8,908
- 28
- 103
- 157
0
votes
1 answer
Yandex map, open two maps or detach and reuse
I'm using yandex map on main page,
Then I need to open wrap window ontop of main page with another map. how can I do it?
Or open new map or detach (with jquery) and reattach to new div.
Please advice!?
Thanks a lot
Alexei
Part of my js…

aleXela
- 1,270
- 2
- 21
- 34
0
votes
2 answers
How to launch Yandex Maps app on iPhone from external app?
From iPhone app I developing right now, I want to be able to launch external Yandex Maps app (if it installed on the device, of cause), with destination geo location as a parameter.
Is it possible to do and how?
EDIT: Also, how I can know whether…

Illidan
- 4,047
- 3
- 39
- 49
0
votes
1 answer
How can I call yandex navigator from my windows phone 8 app?
How can I call yandex navigator from my windows phone 8 app?? I want to call yandex navigation app from my app??

asahin
- 59
- 1
- 1
- 2