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
2
votes
1 answer
Xamarin YandexMapKit Android Binding
I'm trying to use YandexMapKit for Android in my Xamarin Project.
I downloaded latest release of YandexMapKit (yandexmapkit-2.5.4.aar), created Xamarin.Android Binding Library and included it to my project. But I got many errors after building it. I…

ibogolyubskiy
- 2,271
- 3
- 26
- 52
2
votes
2 answers
How to initialize widget in component Vue?
I want to add maps in my app on VueJS.
As it descriped in manual I wrote in HEAD:
Then in App-component I did:

artem0071
- 2,369
- 3
- 14
- 25
2
votes
2 answers
OnCameraChangeListener for Yandex maps
I want to detect map position change (same as map camera change) in Yandex maps. Google maps API provide this opportunity via OnCameraChangeListener(), but I couldn't find the appropriate one for Yandex one.
SO:Which is the appropriate function of…

Susanna Nigoyan
- 21
- 1
2
votes
2 answers
Add Yandex Map in android application
I want to add a Yandex Map into my android application.
The question can be seem a little long but that is because of I shared all my codes. Thanks for your patience in advance.
I couldn't find much source compare to Google Maps naturally.
I used…

Hilal
- 902
- 2
- 22
- 47
2
votes
1 answer
Yandex Maps return 403 Forbidden using retrofit
When I call this link https://geocode-maps.yandex.ru/1.x/?format=json&geocode=astana on my browser it works, but when I call it using retrofit It gives me 403 Forbidden
My code is
Retrofit retrofit = new Retrofit.Builder()
…

kadik
- 149
- 1
- 11
2
votes
1 answer
Yandex Maps Api example doesn't work
I want to find a route between two points on Istanbul. For this, I try to run a simple code that taken from this guide. But this code doesn't work. I can't view a route path or map. My code is here.
Quick start. Publishing an interactive map…

cycle cyletic
- 67
- 2
- 10
2
votes
1 answer
Yandex Map - Get traffic data
I try to get traffic data at a spesific time and place using yandex maps. I look this page( api of yandex maps ). And I can show traffic data on my own map. Using geocoding, I extract some data(place names, coordinates etc) from yandex maps. But I…

cycle cyletic
- 67
- 2
- 10
2
votes
1 answer
Set marker icon in Yandex Maps API
converting my Google maps code over to Yandex maps.
I have a function which updates the markers (placemarks) icon on the map.
In google maps i can do:
var newImage = new google.maps.MarkerImage('img/presence/' + marker.state.toLowerCase() +…

Vince Lowe
- 3,521
- 7
- 36
- 63
1
vote
0 answers
How to make a moving placemark in the center of the screen | Yandex MapKit Flutter
Tell me, how can I not just add a button to the center of the screen once, but move it along with the newCameraPosition parameter?
At the moment, the usual Yandex map display with zoom in and zoom out buttons is implemented, it may be worth somehow…

Alexandr Sergo
- 21
- 2
1
vote
1 answer
Show a dialog before choosing which Maps application
I am making a list of stores near me on a map using google maps. How to get a popup where when I select one of these stores it will choose one of the Maps apps downloaded on the phone. When I research about it, I can't find any results. For example,…

Ae.S
- 129
- 1
- 1
- 8
1
vote
0 answers
Yandex Maps API force balloon panel at bottom of maps
Yandex has the following example for displaying a balloon as a panel along the bottom of the map, but this only works when the viewport is small enough. Modern smartphones have higher resolution and this forces the balloon to be floating in an…

Orbiting Eden
- 1,522
- 13
- 16
1
vote
0 answers
Problem with calculating distance between locations using Haversine formula
I am calculating the distance between two points recorded in the history of Yandex.Maps in the Android 11 app. Everything works well in the GetpoInts method. We write all the coordinates they were in our database to a list of arrays. I even…

Nikita
- 21
- 1
1
vote
1 answer
How to add a marker in flutter to the Yandex MapKit?
How to add a marker in flutter (as far as I understand, this is placemark, but after studying the documentation. I haven't found how to add it. marker on the map) on the map? I use Yandex Mapkit

fasmof
- 17
- 3
1
vote
1 answer
Javascript and async problem (building distance matrix with yandex maps api)
I'm new to js and async/await stuff and I want to build distance matrix using yandex maps api and then optimize the route using ACO algorithm.
Everything works, but my distance matrix generating so long because of await for every request in loop. I…

f0xeri
- 13
- 2
1
vote
1 answer
How to use an image for a placemarcs in React Yandex Maps?
Can you please tell me if it is possible to use your own image for marking on the map in React Yandex Maps? Right now I am using Circle which receives coordinates. How can you use an image instead, with a width and height of 25 pixels? Below is my…

Kiten
- 985
- 2
- 17
- 35