Xamarin.Forms.GoogleMaps icon indicating copy to clipboard operation
Xamarin.Forms.GoogleMaps copied to clipboard

iOS yellow Pin

Open cascdesarrollo opened this issue 3 years ago • 1 comments

VERSIONS

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

PLATFORMS

  • [ ] Android
  • [x] 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);

cascdesarrollo avatar Nov 30 '21 20:11 cascdesarrollo

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

SimonePit avatar Jun 30 '22 08:06 SimonePit