yandex_mapkit
yandex_mapkit copied to clipboard
Flutter implementation of YandexMapkit
Добрый день! После обновления Yandex Mapkit до версии 3.0.3 при попытке выложить приложение в Google Play получили от модераторов Google следующее сообщение: ``` Issue with your app -- Your app...
Добрый день, появился новый краш, скорее всего аналогичен крашам из [этого ишью](https://github.com/Unact/yandex_mapkit/issues/213) и из [этого ишью](https://github.com/Unact/yandex_mapkit/issues/224) Но все равно хочу убедиться что это действительно так и необходимо просто везде проверки...
crash
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...
Вот код. ```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:...
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...
Так же вопрос, как **отключить** фокус на текущее местоположение при первом его появлении? Вот пример кода работы с иконкой текущего местоположения p.s. все разрешения на снятие геолокации даны ``` onMapCreated:...
iOS flutter: 2.10.5 yandex_mapkit: 3.1.1 Ошибка метода onCameraPositionChanged. При первом запуске карты, метод вызывается с "левыми" координатами: Point(latitude: 55.25866066312835, longitude: 90.0)
Консоль без конца засоряется вот такими бессмысленными сообщениями   Из-за этого невозможно найти полезные логи в консоли. Сделайте флажок, чтобы отключить сообщения из плагина.
`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)...