MapKit is a software library that allows the use of Yandex map data and geo-technologies in mobile apps.
Questions tagged [yandex-mapkit]
23 questions
0
votes
1 answer
How to animate polyline in Yandex mapkit
I am using Yandex MapKit. I can draw routes(polylines) but how can I animate it like this? - https://yandex.ru/dev/maps/jsbox/2.1/polyline_animation

A. Khachatryan
- 71
- 1
- 5
0
votes
2 answers
How to make a button click cumulative?
I have a listener for my map zoom buttons:
class ZoomMapListener(
mapView: MapView,
private val zoom: Zoom
) : View.OnClickListener {
private val localMapView = WeakReference(mapView)
//private var clickCounter = 0
override fun…

memeprincess
- 318
- 3
- 16
0
votes
1 answer
How to find user coordinates in Yandex Map kit?
How to find user coordinates in YandexMapkit?
I use the Location class and prescribe
private Location location;
location.getPosition();
but it is empty.

Gen Ts
- 404
- 2
- 18
0
votes
1 answer
How do I get the coordinates of my current location in yandex mapkit?
How do I get the coordinates of my current location in yandex mapkit ?
There is very little information on the Internet, please help, can you have projects ?

Gen Ts
- 404
- 2
- 18
0
votes
1 answer
The project is not built when adding Yandex maps (mapkit)
I want to add Yandex maps and add a dependency to Gradle:
dependencies {
implementation 'com.yandex.android:mapkit:3.4.0'
}
When building a solution, Gradle swears. What might be the problem
Caused by:…

Gen Ts
- 404
- 2
- 18
0
votes
1 answer
Yandex MapKit set locale of labels
How can I set the label locale in mapkit?
MapKit dont use default localization for text marks
mapView.getMap()
does not contain suitable methods

AlexS
- 918
- 1
- 12
- 28
-1
votes
1 answer
Change locale yandexMapKit 4.0 Android
Is there any way to change locale in runtime in mapkit 4.0?
Using I18nManagerFactory.setLocale() do nothing.
In my app language changes at runtime for application and MapKitFactory.setLocale crushes with error
setApiKey() should be called before…
-4
votes
1 answer
Is it possible to hide the Yandex logo from map in Android?
There is no method in the documentation that hides the logo from the map.

Rafik Gasparyan
- 3
- 1