I'm playing around with .Net Maui. I'd like to add a map to my demo app. Unfortunately it seems that the map control has not been migrated yet. Also it seems that the promised implementation of the control has been removed from the roadmap for RC.
Also existing projects like this one: https://github.com/amay077/Xamarin.Forms.GoogleMaps doesn't support .Net Maui...
Does anybody already include a map to a .Net Maui project and could give me some a hint?
Thx!
CodePudding user response:
Try like this please:
<WebView Source="https://embed.windy.com" />
CodePudding user response:
I think I'll use this one: https://github.com/Mapsui/Mapsui
It's an active projects which is running on .Net Maui
