Icon click Triggering map label Instead of icon #9061
Unanswered
it-mukaseev
asked this question in
Q&A
Replies: 1 comment
-
The Deck overlay receives the click event by registering a map event handler: You can access the original Google Maps event object with: onClick: (pickInfo, event) => {
console.log(event.srcEvent); // Google maps click event
} |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I am rendering icons using the IconLayer in Deck.gl.
I'm reaching out to ask for your assistance with an issue I'm facing while integrating Deck.gl v8.9.36 with Google Maps in my React project. Specifically, when a icon is placed on the map and overlaps with a map label, clicking on the icon does not function as expected. Instead of selecting the icon, the map's info window for the underlying label opens
I would greatly appreciate any guidance or suggestions you could provide to help resolve this issue.
14-23-26.mp4
Beta Was this translation helpful? Give feedback.
All reactions