I am creating a map and adding a bunch of markers. I supply marker.png, marker@2x.png, marker@4x.png files. On IOS the proper image file is chosen matching the device resolution. On Android however the marker is shown in wrong proportions. I takeaway the @2x & @4x files and all is well but then I’m not using the high resolution marker image which I already have…
API docs say “This will use dynamic image selection.” for the addMarker() so therefore I assume this is a bug. Anyone else observed this one so far?