Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(google-map): Support DOM elements (OverlayView) #29796

Open
DzmVasileusky opened this issue Sep 27, 2024 · 0 comments
Open

feat(google-map): Support DOM elements (OverlayView) #29796

DzmVasileusky opened this issue Sep 27, 2024 · 0 comments
Labels
area: google-maps feature This issue represents a new feature or feature request rather than a bug or bug fix P4 A relatively minor issue that is not relevant to core functions

Comments

@DzmVasileusky
Copy link

Feature Description

Overlay Views have been in the official google maps API for more than 5 years https://developers.google.com/maps/documentation/javascript/reference/overlay-view

They allow to add any custom element to the google map which is pretty powerful.
One of the use cases would be custom marker popups since <marker-info-window> is hardly customisable.

Currently we have pick a hacky approach with providing the popup content into the <map-advanced-marker> which doesn't seem a correct way.

P.S. Tell me if I can help with an implementation, I think I could help
P.P.S. I found a 5 years old feature request but it is totally unclear why it was closed actually

Use Case

No response

@DzmVasileusky DzmVasileusky added feature This issue represents a new feature or feature request rather than a bug or bug fix needs triage This issue needs to be triaged by the team labels Sep 27, 2024
@crisbeto crisbeto added P4 A relatively minor issue that is not relevant to core functions area: google-maps and removed needs triage This issue needs to be triaged by the team labels Oct 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: google-maps feature This issue represents a new feature or feature request rather than a bug or bug fix P4 A relatively minor issue that is not relevant to core functions
Projects
None yet
Development

No branches or pull requests

2 participants