Issue description
How can I understand (get the output event or smth) when AgmPolygone boungds changed? Rectangle has an output boundsChanged when you edit a shape. But when you edit a polygon no events? I need somehow to understand when paths array is changed and get these new values.
_What steps should we try in your demo to see the problem?_
Current behavior
BoundsChanged for AgmPolygone doesnt exist.
Expected/desired behavior
BoundsChanged for AgmPolygone should exist.
angular2 & angular-google-maps version
Last version
Other information
I made pull request for this functionality but I am 99% sure that will not be approved :)
https://github.com/SebastianM/angular-google-maps/pull/1532
I found workaround you need to extend AgmPolygon and from there you can create your own handler and event emitter. You can check my implementation https://github.com/orb77/agm-polygon-with-bounds/blob/master/src/app/agm-polygon-with-bounds.directive.ts
Thank you for reply, yeah I saw your implementation earlier in another issues, but I did another way of doing it, I created my own wrapper for polygon and placed it inside agm-map, even if it not related to agm at all :)
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
duplicate of #823
Most helpful comment
I found workaround you need to extend AgmPolygon and from there you can create your own handler and event emitter. You can check my implementation https://github.com/orb77/agm-polygon-with-bounds/blob/master/src/app/agm-polygon-with-bounds.directive.ts