MapControl - How to use with the single project architecture #17890
-
The documentation for MapControl mentions adding the nuget package Uno.WinUI.Maps to each of the iOS and Android projects, then the XAML references Uno.Ui.Maps, and VS reports there's no MapResources found in the namespace. When I tried adding it to my project (single project architecture) the build fails saying that it can't build with both Uno.WinUI and Uno.UI packages referenced. I tried following the guidance for resolving this UNOB0001 error, but have been unsuccessful thus far. Given some of the language in the MapControl documentation, I'm hoping it's just out of date (and that more features have been implemented). |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hey @trydalch, thank you for asking this question. I have made some investigations and I couldn't get the package working with the current docs as well. I have opened an issue #17904 to track this further. Please feel free to add more details in the comments. In the meantime I would recommend trying the https://github.com/Mapsui/Mapsui which supports Uno, it can be a nice alternative. |
Beta Was this translation helpful? Give feedback.
Hey @trydalch,
thank you for asking this question. I have made some investigations and I couldn't get the package working with the current docs as well. I have opened an issue #17904 to track this further. Please feel free to add more details in the comments. In the meantime I would recommend trying the https://github.com/Mapsui/Mapsui which supports Uno, it can be a nice alternative.