Update Maps package to use Azure Maps #2123
jfversluis
started this conversation in
New Feature Discussions
Replies: 1 comment 1 reply
-
If the control is not ready by .NET MAUI team in .NET 9, we can update our control with the new "native" WinUI Map Control |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Bing Maps has stopped giving out API keys to new accounts and existing accounts will have until somewhere in 2025 until those keys are deprecated.
The replacement is Azure Maps. So the question arises: do we want to update to Azure Maps or just deprecate our Maps package?
The "native" WinUI Map control is now also implemented and actually uses Azure Maps.
So we could either adopt that or see if we can do that directly in .NET MAUI since there is now a Map control on the underlaying platform, which there wasn't before when we implemented ours.
Beta Was this translation helpful? Give feedback.
All reactions