Ahhh, thanks to you all in the MAUI team for getting this done! Very useful. Is there a custom renderer available so you can customize pins and such? On iOS and Android I've done things like change the pin icon based on the tag object that I've attached to the pin, hoping that I can bring this functionality to Windows as well.
I'm also wondering about this. We currently have a Xamarin project that we want to migrate. The custom renderer that we have allows for pins and polygons to be dropped and saved / deleted / canceled, as well as custom icons for each.
Thanks Gerald, thanks for the awesome video! I started using this to my own project right away and it looks good.. I noticed one thing though, the MapClicked event doesn't seem to work. Am I the only one experiencing this??
Hi Gerald, great video as always. Really enjoying using the maui map, super helpful for us. Im just having one issue in android and ios where I am loading shapes onto my map (there are 680 map elements). It seems to be freezing the app and sometimes causing crashes. I just have a loop where I add all the elements, not sure if there is maybe a better way?
Hi Gerald, I hope you're doing well! I've been following your channel and have found your tutorials extremely helpful. I am currently working on a project in .NET MAUI and need some guidance on implementing a specific feature. I want to create a map in MAUI where a user can click on a location. Upon clicking, I would like the app to redirect to another view displaying information about the clicked location. Could you please provide some advice or a tutorial on how to achieve this? Any pointers or resources you can share would be greatly appreciated. Thank you for your time and for the valuable content you create!
I think the map has a clicked event that will give you the coordinates and on that event you can navigate to a new page providing the coordinates and show the details!
Good day! I am trying to develop a windows application using the community toolkit for maui maps with bing. Everything works well with pins etc but I can't seem to add a circle or polygon to the MapElements and make it show on the map. I have double checked everything many times and tried different projects and even your windows example project. Any idea?
Microsoft.Maui.Controls.Maps provides the iOS and Android implementations, this video describes the Windows implementation. It’s all one and the same thing that works together
Hello! Thank you for the video! I am using MediaElement to play audio and video files in a chat. On Windows, sound files look great. But on Android, they don't look very good, and it's not very intuitive how to control playback (if you don't click on the control button element, you can't see anything). I tried creating my element but it's not very stable Maybe you know how you can customize the display of MediaElement on Android to play audio files? I would be very grateful for your help! (CommunityToolkit/issues/292)
I note that Bing is no longer issuing new API's and they suggest Azure Maps? Is there a solution going forward if you are not able to get a new Bing Key?
Looks like I can still get a key and it will be supported until somewhere into 2025 or 2028 depending on your situation? But yeah, we might need to implement something new for this...
The .NET MAUI Maps only translate into the maps provider for the platform so Bing on Windows, Apple Maps on iOS and Google Maps on Android. If you want something different you might want to have a look at Mapsui or ua-cam.com/video/775rzp2U82M/v-deo.html
Hi Gerald, great video, I was just wondering if it was possible to use the Bing maps on the android platform, I am developing an app that may be used on devices (Huawei) that cannot use Google maps
A search bar with suggestions has little to do with maps? I talk about iOS and Android here: .NET MAUI Maps: A First Look - Pins, Polygons and more! ua-cam.com/video/pjPou4xKrQo/v-deo.html
Unfortunately this no longer works. Bing maps are deprecated and it is not possible to get a key for a new account. Existing users have until June 2025 to convert to Azure, but new users are out of luck.
Thank you! Very good
Thank you too!
Thanks for this valuable content!
Glad it was helpful!
Best Account Id ever, Gerald 💪😁💪
Glad someone noticed 👀
Ahhh, thanks to you all in the MAUI team for getting this done! Very useful.
Is there a custom renderer available so you can customize pins and such? On iOS and Android I've done things like change the pin icon based on the tag object that I've attached to the pin, hoping that I can bring this functionality to Windows as well.
I'm also wondering about this. We currently have a Xamarin project that we want to migrate. The custom renderer that we have allows for pins and polygons to be dropped and saved / deleted / canceled, as well as custom icons for each.
Thanks Gerald, thanks for the awesome video! I started using this to my own project right away and it looks good.. I noticed one thing though, the MapClicked event doesn't seem to work. Am I the only one experiencing this??
Hm that might be a bug. Make sure to report it on the repository so we can have a look, thanks!
Thank you Gerald!
You’re most welcome!
That's probably the most you can do with it, right? Can you do custom pins, polygons, lines etc2?
Hi Gerald, great video as always. Really enjoying using the maui map, super helpful for us. Im just having one issue in android and ios where I am loading shapes onto my map (there are 680 map elements). It seems to be freezing the app and sometimes causing crashes. I just have a loop where I add all the elements, not sure if there is maybe a better way?
Sounds like you want to implement some optimizations to only show the elements on the map that are in the viewport
Hello @gerald!, great video! thanks a lot! would you please upload a basic video tutorial (like webview with 🤳 camera📸 permission) in .net maui.
Hi Gerald,
I hope you're doing well! I've been following your channel and have found your tutorials extremely helpful. I am currently working on a project in .NET MAUI and need some guidance on implementing a specific feature.
I want to create a map in MAUI where a user can click on a location. Upon clicking, I would like the app to redirect to another view displaying information about the clicked location.
Could you please provide some advice or a tutorial on how to achieve this? Any pointers or resources you can share would be greatly appreciated.
Thank you for your time and for the valuable content you create!
I think the map has a clicked event that will give you the coordinates and on that event you can navigate to a new page providing the coordinates and show the details!
@@jfversluis Thank you Gerald for your response.
Good day!
I am trying to develop a windows application using the community toolkit for maui maps with bing. Everything works well with pins etc but I can't seem to add a circle or polygon to the MapElements and make it show on the map. I have double checked everything many times and tried different projects and even your windows example project. Any idea?
i have the same issue and i want to make an app to display some lines and sections for some traffic data i have and i can only do markers
sad to hear the problem still persists 4 months later
What about the other Nuget, "Microsoft.Maui.Controls.Maps", is there any difference? Which one has more controls on the maps?
Microsoft.Maui.Controls.Maps provides the iOS and Android implementations, this video describes the Windows implementation. It’s all one and the same thing that works together
Hello! Thank you for the video! I am using MediaElement to play audio and video files in a chat.
On Windows, sound files look great.
But on Android, they don't look very good, and it's not very intuitive how to control playback (if you don't click on the control button element, you can't see anything).
I tried creating my element but it's not very stable
Maybe you know how you can customize the display of MediaElement on Android to play audio files? I would be very grateful for your help! (CommunityToolkit/issues/292)
Hello, how to rotate the map view camera?
I note that Bing is no longer issuing new API's and they suggest Azure Maps? Is there a solution going forward if you are not able to get a new Bing Key?
Looks like I can still get a key and it will be supported until somewhere into 2025 or 2028 depending on your situation? But yeah, we might need to implement something new for this...
Is this package only for bing map? Or it can be support other map? Like google map? thx
The .NET MAUI Maps only translate into the maps provider for the platform so Bing on Windows, Apple Maps on iOS and Google Maps on Android. If you want something different you might want to have a look at Mapsui or ua-cam.com/video/775rzp2U82M/v-deo.html
Hi Gerald, great video, I was just wondering if it was possible to use the Bing maps on the android platform, I am developing an app that may be used on devices (Huawei) that cannot use Google maps
Not with this control, but if you look at the source you should be able to relatively easily take that code and also implement it for other platforms
@@jfversluis I see thank you
Thank you
May you do a part 2 for maps in maui android? We still don't know how to create a search bar with suggestions :(
A search bar with suggestions has little to do with maps? I talk about iOS and Android here: .NET MAUI Maps: A First Look - Pins, Polygons and more!
ua-cam.com/video/pjPou4xKrQo/v-deo.html
@@jfversluis Yeah because we need to seaech for a specific location such as cities and countries
Ah! That’s not part of this control unfortunately
@@jfversluis Thanks for your quick response! I hope Microsoft will support this feature soon as it is in flutter and java android
Unfortunately this no longer works. Bing maps are deprecated and it is not possible to get a key for a new account. Existing users have until June 2025 to convert to Azure, but new users are out of luck.
Yep that sucks! Opened a discussion here: github.com/CommunityToolkit/Maui/discussions/2123
it looks like it doesn't work on android phone
That should work with the default .NET MAUI maps, not needing this additional package