### Is this a regression? - No, this has never worked ### Description Hello, despite the implementation of issue #29741 with PR #29747, **mapMouseover** and **mapMouseout** events not working for **map-advanced-marker**. ### Reproduction StackBlitz link: https://stackblitz.com/edit/stackblitz-starters-6ffmnvxl?file=src%2Fmain.ts Steps to reproduce: 1. Open development tools 2. Move mouse cursor over red pin on the map ### Expected Behavior we should see the string `I'm over the marker` in console ### Actual Behavior the bound method is not executed and nothing is printed in the console ### Environment - Angular: 19.0.6 - CDK/Material: - Browser(s): any - Operating System (e.g. Windows, macOS, Ubuntu): any