You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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...
The text was updated successfully, but these errors were encountered:
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.
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
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
The text was updated successfully, but these errors were encountered: