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
6
votes
1 answer
Yandex Marker's Current Latlong values in Android
I 'm not able to get the Yandex default Marker's current Latlong values in Android. What I'm really interested is to capture the current latlong values from the android mobile and yandex map marker's position is exactly what I need. Has anyone used…

Hemant
- 615
- 1
- 8
- 21
5
votes
1 answer
Vue 3: Why vue yandex maps package doesn't work in vue 3 with defineCustomElement feature?
I have 2 projects with vue yandex maps in vue 3:
First project
Demo first project where work vue yandex maps. In this project package registered like this:
Code main.js where registered vue-yandex-maps components from js file:
const { createApp } =…

Andreas Hunter
- 4,504
- 11
- 65
- 125
4
votes
1 answer
How to embed a Yandex map in Angular?
I have a Yandex map widget and I want to embed it in an Angular component. I am using Angular(v6)
I tried to embed scripts and the root element in a tree:
ngAfterViewInit() {
this.renderMapWidget();
}
renderMapWidget() {
const ymapsScript =…

ptortyr45
- 147
- 1
- 11
4
votes
0 answers
Android navigation: how could I pass entire route (not only final point) to external navigator software?
my Android application generates route for user and updates it based on some other users actions/external events.
We talking not about "destination points" (visit here, here and here), but also full route (drive strictly this way).
What external…

Leotsarev
- 1,040
- 7
- 23
4
votes
0 answers
Is here a possibility to use yandex tiles with custom TileProvider Android Google Maps v2?
As yandex map documentation says:
In contrast to certain other cartographical services, Yandex.Maps uses the elliptical Mercator projection (complying with WGS 84), rather than the spherical projection. This is why a Yandex map will not match up…

ar-g
- 3,417
- 2
- 28
- 39
3
votes
1 answer
Get address by coordinates in react-yandex-maps
I'm trying to get address by coordinates using react-yandex-maps.
I know how to do it in functional component. But I really need to use class component instead.
I need to get ymaps. But have no idea how to do that. Couldn't find well-explained…

Bakhrom
- 195
- 1
- 3
- 12
3
votes
1 answer
How to remove clasterized placemarks in YandexMapKit?
I have to show clasterized placemarks in my app. When I add placemarks via ddPlacemarkWithPoint: it works. But when I need to remove some of them I get a problem. YMKClusterizedPlacemarkCollection has only clean method which removes all marks. If I…

Valentin Shamardin
- 3,569
- 4
- 34
- 51
3
votes
1 answer
Yandex Mapkit iOS : animate placemark
I want to animate YMKPlacemarkMapObject when tapped. I tried, but not working.
func onMapObjectTap(with mapObject: YMKMapObject, point: YMKPoint) -> Bool {
guard let placemark = mapObject as? YMKPlacemarkMapObject else { return false…

serdar aylanc
- 1,307
- 2
- 20
- 37
3
votes
1 answer
Yandex MapKit 3.0. Get center of screen and zoom, getting location on map
How i can build right button on last version of Yandex mapkit? Zoom and location button. I just create map class and confused. The documentation is very meager..

Android teacher
- 65
- 1
- 4
3
votes
1 answer
Javascript - mistaking function calls
I want a function which does some calculations to be called each time the route is edited.
The route_has_been_edited event is emitted only by an existing route (pitily).
I connect the event of deselecting routeEditor control (which means the route…

mekkanizer
- 722
- 2
- 9
- 28
3
votes
2 answers
MapControl displays Yandex Maps tiles with offset
I'm developing Windows Phone 8.1 application and I want to display Yandex Maps instead of Bing Maps in MapControl. I've set a new tile datasource with yandex url. It works, but tiles are displayed with a small vertical offset.
The offset only is not…

opewix
- 4,993
- 1
- 20
- 42
2
votes
0 answers
react-yandex-maps Placemark balloonContentBody: React component
I will try to find help here. I use the reacr-yandex-maps library where when you click on a marker in a pop-up window, you need to render the React component with your own logic. In the documentation and on the Internet, I did not find a solution to…

Vlad Furmanov
- 21
- 1
2
votes
0 answers
Is it possible to integrate Yandex Maps in a Xamarin iOS project?
These are some of my findings but not able to implement the same.
I also looked Yandex app-centric but was not able to add packages due to version conflict…

Vinayak Nair
- 21
- 1
2
votes
1 answer
How to set the size of the placemark?
I make yandex map with placemark. For placemark i use follow preset:
'islands#blueHomeIcon'
I need set size for placemark icon:
268px x 268px
Please help me.
My try:
let map;
let latitude = 55.8005930;
let longitude = 49.2119510;
let zoom =…

ptortyr45
- 147
- 1
- 11
2
votes
2 answers
Yandex MapKit 3.0 Crash
Yandex MapKit crashes on MapKitFactory.initialize(this) line
override fun onCreate(savedInstanceState: Bundle?) {
super.onCreate(savedInstanceState)
MapKitFactory.setApiKey(YANDEX_MAP_KEY)
MapKitFactory.initialize(this)
…

Andrey Danilov
- 6,194
- 5
- 32
- 56