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

Marker iconSize not working on IOS

Open
#75 0 comments 0 reactions 0 assignees View on GitHub
triage
Dominant language
TypeScript
Stars
32
Forks
47
PR merge metrics
No merged PRs in 30d

Description

## Bug Report

### Plugin(s)

@capacitor/google-maps

### Capacitor Version

```
Latest Dependencies:

@capacitor/cli: 7.0.1
@capacitor/core: 7.0.1
@capacitor/android: 7.0.1
@capacitor/ios: 7.0.1

Installed Dependencies:

@capacitor/cli: 7.0.1
@capacitor/ios: 7.0.1
@capacitor/android: 7.0.1
@capacitor/core: 7.0.1
```

### Platform(s)

IOS

### Current Behavior

Marker iconSize property not changing the size of markers given iconUrl

### Expected Behavior

Markers given iconUrl and iconSize should resize

### Code Reproduction

mapRef.current.addMarker({
iconUrl: "https://cdn4.iconfinder.com/data/icons/small-n-flat/24/map-marker-512.png",
iconSize: {width: 38, height: 38}
})

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.