Real time icon movement not working with png #3366
Shivendra1702
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
<Marker position={{ lat: currentPing.lat || 0, lng: currentPing.lng || 0 }} icon={{ url: Bike, scaledSize: new window.google.maps.Size(32, 32), rotation: currentPing.brg, anchor:{x:0.5,y:0.5}, }} onClick={() => { setSelected(currentPing); }} >
Beta Was this translation helpful? Give feedback.
All reactions