ionic-team / ionic-team/capacitor-google-maps

Capacitor Google maps Active Marker Icon

Open
#123 1 comment 5 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.