ionic-team / ionic-team/capacitor-google-maps
Capacitor Google maps Active Marker Icon
Open
triage
- Dominant language
- TypeScript
- Stars
- 32
- Forks
- 47
- PR merge metrics
- No merged PRs in 30d
Description
## Feature Request
### Plugin
capacitor/google-maps
### Description
I want to implement Active Marker Icon when the user clicks on it (setOnMarkerClickListener), but it's not possible currently.
### Platform(s)
Android/iOS/Web
### Preferred Solution
Simply just add setIcon function provided by google maps to setOnMarkerClickListener.
### Alternatives
### Additional Context
Like this:
`google.maps.event.addListener(marker, "click", function() {
marker.setIcon('image.path')
});`
Contributor guide
Assessment
This issue has not been assessed yet.