react-native-yamap
react-native-yamap copied to clipboard
React Native Yandex Maps | Яндекс Карты | Yandex.MapKit implementation for react native | YandexMaps
how can i move a marker following an array of different points ? ```js const points = [{ lat: 55.813622, lon: 49.104447 }, { lat: 55.816554, lon: 49.111161 }, {...
is there anyway to add opacity to userLocationAccuracyFillColor, any color is hiding map because of opacity , is there a possibilty to add opacity so we can see the map...
How can i do like in yandex navigator when buses move ? animatedMoveTo ? but how could the marker move from station to station and satying on the road ?...
Removes `withClusters` and `clusterColor` props from Yamap as they don't work since ClusteredYamap introduced.
When zooming close enough cluster count starts to act strange. Seems it prints total count of all points on a map. Seems to happen only in iOS. https://user-images.githubusercontent.com/884649/189129771-c80a6a7d-16c7-4f90-9acd-90c969e74401.mov
Есть ли какие то аналоги пропсов maxZoomLevel и minZoomLevel из react-native-maps для ограничения зумирования карты пользователем?

Добрый день! Пытался использовать библиотеку в проекте на expo-cli. Приложение падает с ошибкой `"cannot read property 'init' of null"`. Ошибка указывает на файл Yamap.js (строка 62) из пакетных файлов библиотеки....
При открытии карты в приложении, оно вылетает с такой ошибкой `FATAL EXCEPTION: main java.lang.IncompatibleClassChangeError: Found interface com.google.android.gms.location.FusedLocationProviderClient, but class was expected (declaration of 'com.google.android.gms.location.FusedLocationProviderClient' appears in /data/app/~~EMmWrvrPpm5iSHRyLcqmFw==/somethink-6kk5hrPEHnnS7jiWUcTbBA==/base.apk!classes26.dex) at com.yandex.runtime.sensors.internal.FusedLocationSubscription.onConnected(FusedLocationSubscription.java:71) at...
Интересует есть ли возможность кастомизации кластера для компонента ClusteredYamap, кроме изменения цвета контура?