Questions tagged [yandex-mapkit]

MapKit is a software library that allows the use of Yandex map data and geo-technologies in mobile apps.

23 questions
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
2
votes
3 answers

How to enable Yandex Mapkit basic controls? How to add marker on the map?

I am using Yandex's MapKit in my android application. The documentation is very lacking and not helpful at all. I did the basic set-up. Map is working fine. But I am having problems with: How to add marker on the map? I tried the code they…
Azizjon Kholmatov
  • 1,136
  • 1
  • 13
  • 26
2
votes
1 answer

Yandex MapKit iOS : cluster and placemarks

I am using Yandex Mapkit iOS SDK for one of my projects. It seems that SDK allows adding placemarks is a cluster. Bu I can not add a custom place mark with userData as the same way adding a placemark as a mapObject. I want to detect tap action on a…
serdar aylanc
  • 1,307
  • 2
  • 20
  • 37
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
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…
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
0 answers

Android Yandex Mapkit search request by point or by name always return null values,why?

This is my example where I am tapping on the map to get the tapped point coordinates and to send a search request to know more details about that place, for example, city, street. But the response is always null values. public class MainActivity…
Da Vit
  • 11
  • 2
1
vote
3 answers

How to get user's current location and location updates on Yandex MapKit 3.4.0

I'm using Yandex MapKit in my application. Currently I need to get users current location and animate camera on that location. The problem is the documentation is really poor and most of the answers on the internet seem to be deprecated on latest…
Laura
  • 402
  • 1
  • 7
  • 24
0
votes
0 answers

Load only one region or country and not the whole world map in yandex mapkit

Is there a possibility to load only one region of the map instead of the whole world map in yandex mapkit in android or react native ?
Zero0
  • 371
  • 4
  • 15
0
votes
0 answers

Placemarker shifts when zooming out in yandex maps on Android

I show location using a special placemark on Yandex map. When I zoom out on the map, the placemark shifts from the location. How can I make sure it stays in position when zoom out or zoom in? private fun initMapView(point: Point) { val…
gokmenbayram
  • 421
  • 4
  • 10
0
votes
0 answers

Mapping markers to addresses from a file - Flutter

I am using the yandex_map_kit library to display the map. I have this file (https://dragon.online-convert.com/download-file/2d706e45-8f15-49e6-8ec0-a3138d033db5/7759e478-511a-486a-8424-e242aa389d39?qr=true). Is it possible to somehow automatically…
Alexandr
  • 63
  • 5
0
votes
1 answer

Flutter yandex map init causes "Unable to instantiate activity"

Fatal Exception on adding yandex mapkit to project: Empty Flutter project. Add yandex_mapkit: ^3.1.1 in pubspec.yaml. Init yandex_mapkit, by pub.dev instuction: https://pub.dev/packages/yandex_mapkit When run main.dart: Launching lib\main.dart on…
0
votes
1 answer

Zoom map to include all marker points [YMKPoint], YandexMapsMobile Swift?

How can I zoom map to include all marker point into visible area? I have an array of points, was trying to configure BoundingBox(), but have no idea how to set/find southWest and northEast values from [YMKPoint]. .cameraPosition(with:…
Artem
  • 1
0
votes
1 answer

Yandex MapKit Inflation crash

I am trying to implement Yandex MapKit in my app, but unfortunately it crashes immediately with the following error: 2022-06-07 15:05:48.838 23491-23491/sbs.pros.parking E/AndroidRuntime: FATAL EXCEPTION: main Process: sbs.pros.parking, PID:…
0
votes
1 answer

Fatal signal 6 (SIGABRT), code -6 (SI_TKILL) at random times while operating with app

I've got a screen with yandex map and sliding up panel with many input texts inside and while Im operating with it (e.g. typing text into textfields) app may crash with an SIGABRT signal but may not, it only occurs when I have my sliding up panel…
1
2