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
{{ message }}
This repository has been archived by the owner on Nov 16, 2022. It is now read-only.
The label you create in the event handler will go out of scope as soon as the event handler is exited and the it will be garbage collected and removed. You have to create the label outside of this function and then in the handler you can attach it or detach it. You will have to set the label to unvisible after detaching it. As long as the label is attached to the marker, it will have the same visibility state.
As for the highlighted images: I have seen this now just once, but have not yet found what causes this element to be selected; I cannot reproduce it all the times
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi Peter-Josef Meisch :)
I can`t attachLabel() to marker while EventHandler is MARKER_ENTERED and detachLabel() to marker while EventHandler is MARKER_EXITED
Ex
I found simple css solution
-with MARKER_ENTERED I add css
display: block;
-with MARKER_EXITED I add css
display: none;
can you added to next version?
Also
sometime i get marker img highlight
ma by this css useful
user-select: none;
thank you very much for this library
🌹🌹🌹🌹🌹🌹
The text was updated successfully, but these errors were encountered: