<MarkerF
position={position}
icon={{ url: "/img/coffee.png", scale: 5 }}
/>
Changing the number of scale does not decrease the size of the marker. How can I make the size smaller?
<MarkerF
position={position}
icon={{ url: "/img/coffee.png", scale: 5 }}
/>
Changing the number of scale does not decrease the size of the marker. How can I make the size smaller?