Note that it seems like the default double click event for the <GoogleMap> component can't be overwritten. Since the drawn circles are children elements of <GoogleMap>, the double click will be captured by the <GoogleMap> component, and double clicking on the circles will lead to a map zoom, which can be troublesome
Closes #5.
Note that it seems like the default double click event for the
<GoogleMap>
component can't be overwritten. Since the drawn circles are children elements of<GoogleMap>
, the double click will be captured by the<GoogleMap>
component, and double clicking on the circles will lead to a map zoom, which can be troublesomeTodo