I can't move the map's camera when I'm drawing polygon using DrawingManager component when it touches the corners of the map.
Here, we can see the map doesn't move its camera along with mouse event
I am tried using onOverlayComplete & onPolygonComplete methods from DrawingManager. Both are works after we drew the polygon. I need to capture event when we draw the Polygon using mouse event. How to achieve this?