You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<Marker key={id} position={{ lat: business.branch?.address?.lat, lng: business.branch?.address?.lng, }} icon={{ url: '/static/images/location markeRlightmode.svg', scaledSize: new google.maps.Size(40, 40), }} />
By any chance can I style the marker icon here? I want to put border-radius css to the icon.
Thanks in advance.
The text was updated successfully, but these errors were encountered:
My markers looks like:
<Marker key={id} position={{ lat: business.branch?.address?.lat, lng: business.branch?.address?.lng, }} icon={{ url: '/static/images/location markeRlightmode.svg', scaledSize: new google.maps.Size(40, 40), }} />
By any chance can I style the marker icon here? I want to put border-radius css to the icon.
Thanks in advance.
The text was updated successfully, but these errors were encountered: