Xamarin.Forms.GoogleMaps
Xamarin.Forms.GoogleMaps copied to clipboard
iOS yellow Pin
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
This the same code in Android and the pins shows with correct color
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);
Hello! Any news about this issue? I have the same problem and I can't find any solution