MAUI Maps issue #420
-
Hi, love your MAUI Projects. Maybe you can help me with my MAUI Maps problem. I have multiple map elements in my MAUI Map project and i'm very unhappy about the overlapped area. I can't find any simple solution out there. Maybe you have an idea how i can merge the two circle so the overlapped area did not looks darker?
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
This is a js example, but probably a good start point: https://stackoverflow.com/questions/46726086/prevent-overlapping-colours-becoming-darker-in-google-maps This is for .NET MAUI: https://www.andreasnesheim.no/creating-outlined-map-polygons-in-net-maui/ |
Beta Was this translation helpful? Give feedback.
This is a js example, but probably a good start point: https://stackoverflow.com/questions/46726086/prevent-overlapping-colours-becoming-darker-in-google-maps
This is for .NET MAUI: https://www.andreasnesheim.no/creating-outlined-map-polygons-in-net-maui/