amay077 / Xamarin.Forms.GoogleMaps

Map library for Xamarin.Forms using Google maps API
https://www.nuget.org/packages/Xamarin.Forms.GoogleMaps/
MIT License
546 stars 346 forks source link

Pin bigger on iOS than on Android #702

Open woemike opened 4 years ago

woemike commented 4 years ago

VERSIONS

PLATFORMS

ACTUAL BEHAVIOR

Pin is bigger on iOS than on Android. I have seen issue #40, however that did not fix this.

var clientPin = new Pin()
{
    Icon = BitmapDescriptorFactory.FromBundle("icon_map_client.png"),
    Position = new Position(lat, lng),
    Tag = "client"
};

Thank you!

karenlll commented 4 years ago

I still have the same problem although I have installed the 3.3.0 version in my project, any suggestion?

karenlll commented 4 years ago

@woemike Did you solve this problem in any way?

Jofors commented 4 years ago

I have the same issue. I had to resize the image in the meantime, but the image is a lot more blurry than on Android.

ghost commented 3 years ago

Is there a solution to this problem, or is there no way to avoid having to resize the iOS image and thus making it look blurry and pixelated?