react-native-yamap icon indicating copy to clipboard operation
react-native-yamap copied to clipboard

Placemark

Open alen-s opened this issue 1 year ago • 0 comments

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

alen-s avatar Feb 29 '24 11:02 alen-s