You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to open InfoWindow we need to pass AdvancedMarkerElement instance to InfoWindow.prototype.open as anchor. It is possible to do it by using marker.markerView_, but it is not legal, this instance variable has dangling underscore.
Operating system
Any
Browser Version
Any
How severe is the bug?
high
Bug description
In order to open
InfoWindow
we need to passAdvancedMarkerElement
instance toInfoWindow.prototype.open
asanchor
. It is possible to do it by usingmarker.markerView_
, but it is not legal, this instance variable has dangling underscore.Steps to reproduce
Console log output
No response
The text was updated successfully, but these errors were encountered: