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

iOS yellow Pin #781

Open
1 of 3 tasks
cascdesarrollo opened this issue Nov 30, 2021 · 1 comment
Open
1 of 3 tasks

iOS yellow Pin #781

cascdesarrollo opened this issue Nov 30, 2021 · 1 comment

Comments

@cascdesarrollo
Copy link

VERSIONS

  • Xamarin.Forms.GoogleMaps - 3.3.0
  • Xamarin.Forms - 4.7.0.1239

PLATFORMS

  • Android
  • iOS
  • UWP

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants