volga-volga / react-native-yamap

React Native Yandex Maps | Яндекс Карты | Yandex.MapKit implementation for react native | YandexMaps
148 stars 81 forks source link

How to show user location in card ? #184

Closed anis-18 closed 1 year ago

anis-18 commented 1 year ago

Is there any example to show user location in the card ?

ownikss commented 1 year ago

To show user location on the map you can use showUserPosition prop. User location permission is required to see position.

To customise location visibility you can use userLocationIcon, userLocationAccuracyFillColor, userLocationAccuracyStrokeColor.