react-google-maps-api
react-google-maps-api copied to clipboard
how can i change direction color ?
I am using this package but i didn't able to change direction color, there are one default color blue
<DirectionsRenderer /> component have an options props that calls the google.maps.DirectionsRendererOptions interface. And this includes poplylineOptions property that you can use to change the rendered direction color.