Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Google maps: iconUrl have different dimensions #1866

Closed
JEricaM opened this issue Oct 31, 2023 · 1 comment
Closed

Google maps: iconUrl have different dimensions #1866

JEricaM opened this issue Oct 31, 2023 · 1 comment

Comments

@JEricaM
Copy link

JEricaM commented Oct 31, 2023

Bug Report

Plugin(s)

@capacitor/google-maps

Capacitor Version

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

Platform(s)

web, ios, android

Current Behavior

The marker has different dimensions between android, ios and web.
The most visible difference is between ios and the other two.
There is a way to ensure the same dimension for all the platforms?
This is the link o the marker hosted on web https://media.jumpgroup.it/jumpguides/uploads/2023/09/poi-marker.png

markermap

Expected Behavior

The marker are the same in all the platforms

Code Reproduction

I don't know if this could help, but this is the marker code

{
    "id": 1,
    "coordinate": {
        "lat": 44.204032,
        "lng": 12.386304
    },
    "name": "Name",
    "address": "Address",
    "iconUrl": "https://media.jumpgroup.it/jumpguides/uploads/2023/09/poi-marker.png"
}

update: I've seen iconSize in the doc, but using this stretch the markers... 


Copy link

ionitron-bot bot commented Nov 15, 2023

Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of the plugin, please create a new issue and ensure the template is fully filled out.

@ionitron-bot ionitron-bot bot locked and limited conversation to collaborators Nov 15, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants