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 347 forks source link

iOS yellow Pin #781

Open cascdesarrollo opened 2 years ago

cascdesarrollo commented 2 years ago

VERSIONS

PLATFORMS

ACTUAL BEHAVIOR

I try to create a yellow pin with BitmapDescriptorFactory.DefaultMarker. In Android looks good but in iOS the pin takes other color like a Brown color. I probe with Orange and the Color Change too. But with colors like Red, Blue and Green looks good

ACTUAL SCREENSHOTS

This is what looks in iOS. The yellow pins show with other color

image

This the same code in Android and the pins shows with correct color

image

EXPECTED BEHAVIOR

Show the pin with Yellow color

HOW TO REPRODUCE

Create a Pin a se Yellow color. This is the code that i use: var pin = new Pin(); pin.Icon = BitmapDescriptorFactory.DefaultMarker(Xamarin.Forms.Color.Yellow);

SimonePit commented 2 years ago

Hello! Any news about this issue? I have the same problem and I can't find any solution