react-native-yamap
react-native-yamap copied to clipboard
Placemark
I want to show user placemark position and rotating based on user movement but I have no luck, can someone help me with that?
I have this code in the component
<YaMap
ref={map}
style={styles.container}
userLocationIcon={USER}
showUserPosition={false}
followUser={true}
tiltGesturesEnabled={true}
onMapPress={onMapPress}
nightMode={night}
initialRegion={initialRegion}
onCameraPositionChangeEnd={onCameraPositionChangeEnd}
onCameraPositionChange={onCameraPositionChange}
>
</YaMap>
CC: @ownikss , @segrey-profi