-
Notifications
You must be signed in to change notification settings - Fork 105
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
AdvancedMarker mouse-over event #373
Comments
I dont know. Pp say you need to add marker.addListener('click', ...) to be able add mouseever event. Have you tried that? If you find js example it mostly work here. |
Hi, We are setting the click listener and this works fine mose events are not firing. Can you see what we are missing in this? private async Task AddJobMarkers(List jobs)
} |
Hi, I am looking to override the default mouse over with some custom UI, we use the click and infoWindow for another feature but ned to display something similar in when mouse is over the AdvancedMarker.
no event is being fired on mouse over? is this supported?
The text was updated successfully, but these errors were encountered: