-
Notifications
You must be signed in to change notification settings - Fork 817
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
Info Window - Support initial open state #382
Comments
In SebmGoogleMapMarker I believe we would need to set an attribute of the marker: showInfoWindow [true,false] Unless I totally miss something. ` // Start enhancement |
Additionally it would be cool to prevent more than 1 infowindow open at once.... |
The new isOpen binding adds support for setting the open state in a declarative way. Closes #382
@SebastianM
Question
Regarding markers and infowindow...
If i add a marker on user map click is it possible after this event to immediately display the infowindow? Thanks
The text was updated successfully, but these errors were encountered: