Hi, old AGM - Angular Google Maps has polygon paths change event and it is so useful. Now I'm converting my components from AGM to google-maps component but it does not support polygon paths change event. It would be great if this component support polygon paths change event like old agm component.
In my use case I control intersection and cover functionality with old component polyPathsChange event, now I can't control them with efficient way so it is super powerful and helpful feature to be when google-map support polygonPathsChange event itself as old component support.
Feature Description
Hi, old AGM - Angular Google Maps has polygon paths change event and it is so useful. Now I'm converting my components from AGM to google-maps component but it does not support polygon paths change event. It would be great if this component support polygon paths change event like old agm component.
https://github.com/sebholstein/angular-google-maps/blob/340e3e35b60169b901842d0ca71c13944ad7fd2c/packages/core/src/lib/directives/polygon.ts#L197
My old implementation
New implementation with google-map
Use Case
In my use case I control intersection and cover functionality with old component
polyPathsChange
event, now I can't control them with efficient way so it is super powerful and helpful feature to be when google-map supportpolygonPathsChange
event itself as old component support.