yandex_mapkit icon indicating copy to clipboard operation
yandex_mapkit copied to clipboard

Flutter implementation of YandexMapkit

Results 42 yandex_mapkit issues
Sort by recently updated
recently updated
newest added

Добрый день! После обновления Yandex Mapkit до версии 3.0.3 при попытке выложить приложение в Google Play получили от модераторов Google следующее сообщение: ``` Issue with your app -- Your app...

native_bug

Добрый день, появился новый краш, скорее всего аналогичен крашам из [этого ишью](https://github.com/Unact/yandex_mapkit/issues/213) и из [этого ишью](https://github.com/Unact/yandex_mapkit/issues/224) Но все равно хочу убедиться что это действительно так и необходимо просто везде проверки...

native_bug

version 3.0.3 D/yandex.maps.runtime( 7750): Java object is already finalized. Nothing to do. W/yandex.maps( 7750): yandex::maps::mapkit::tiles::MemoryCache::clear: Clearing cache F/libc ( 7750): Fatal signal 11 (SIGSEGV), code -6 (SI_TKILL) in tid 7750...

question

Вот код. ```dart final MapAnimation? animation = MapAnimation(duration: 0.5, type: MapAnimationType.linear); if (points.length == 1) { await mapController.moveCamera( CameraUpdate.newCameraPosition( CameraPosition( target: Point( latitude: points.first.latitude, longitude: points.first.longitude, ), ), ), animation:...

question

Can you add driving mode for example: taxi, biycle, walking, transport to get distance and predicted time. Android native code and documantation has diriving 4 modes, but I can't understand...

enhancement

Так же вопрос, как **отключить** фокус на текущее местоположение при первом его появлении? Вот пример кода работы с иконкой текущего местоположения p.s. все разрешения на снятие геолокации даны ``` onMapCreated:...

iOS flutter: 2.10.5 yandex_mapkit: 3.1.1 Ошибка метода onCameraPositionChanged. При первом запуске карты, метод вызывается с "левыми" координатами: Point(latitude: 55.25866066312835, longitude: 90.0)

Консоль без конца засоряется вот такими бессмысленными сообщениями ![image](https://user-images.githubusercontent.com/12999702/196029523-233fe821-6aaa-42d5-b3ba-57dbf7fcfbb0.png) ![image](https://user-images.githubusercontent.com/12999702/196029536-187dbcab-099f-4e34-858a-a3641d3e9c59.png) Из-за этого невозможно найти полезные логи в консоли. Сделайте флажок, чтобы отключить сообщения из плагина.

`Fatal Exception: NSInternalInconsistencyException 0 CoreFoundation 0xa248 __exceptionPreprocess 1 libobjc.A.dylib 0x17a68 objc_exception_throw 2 Foundation 0x54681c _userInfoForFileAndLine 3 Runner 0x164b574 -[YMKCluster appearance] 4 Runner 0x267fd04 closure #2 in ClusterizedPlacemarkCollectionController.onClusterAdded(with:) + 136 (ClusterizedPlacemarkCollectionController.swift:136)...