Frontmatter
| id | 3721 |
| title | component.wrapper.GoogleMaps: onMarkerClick() |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Dec 28, 2022, 8:56 PM |
| updatedAt | Dec 28, 2022, 9:01 PM |
| githubUrl | https://github.com/neomjs/neo/issues/3721 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Dec 28, 2022, 9:01 PM |
we need to get marker click events into the wrapper component.
to do this, we need to add a custom listener inside the main thread addon, import
DomEventsto fake a real event and pass the relevant data, so that we can retrieve the record.we also should add a custom
markerClickevent on cmp level.