Aarati Shah
Aarati Shah

Reputation: 1

Style the Marker icon in Google Maps

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),
        }}
/>

Package Used: google-maps-react

By any chance, can I style the marker icon here? My icon currently is rectangular and I want to put border-radius css to the icon.

Thanks in advance.

Upvotes: 0

Views: 139

Answers (0)

Related Questions