react-google-maps-api
react-google-maps-api copied to clipboard
Google maps grid cut polyline icon
Issue Explanation
I'm trying to render a polyline with a stroke weight, but the solution to use more than 30 pixels is to use the icons parameter in the polyline with circle paths, but sometimes when the circle is outside your origin square in the google maps grid (the blank grid lines) the outside piece is croped, so that is my problem and we can see in the picture the croped red circles.

My Environment
- OS: Fedora 34
- Node: 14.17.0
- React: 17.0.2
- @react-google-maps/api: 2.2.0
Code Sample
I put a simple code in the codebox to see the same problem, so here is the link and we can see the cutted circle there.