-
Notifications
You must be signed in to change notification settings - Fork 105
Open
Description
Hello!
I am using react-leaflet maps here are my marker code.
<Marker key={1} position={{ lat: position.latitude, lng: position.longitude }} rotationAngle={position.course} rotationOrigin="center" icon={L.icon({iconUrl: "xyz.svg", iconSize: [50,50], iconAnchor: [25, 25]})} />
position data update frequently but marker rotation didn't update after loading of map.
I don't know how to use setRotationAngle here.
please give me any example for way in react-leaflet
Thanks
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels