Maps Control for Windows with .NET MAUI and Bing Maps

Поділитися
Вставка
  • Опубліковано 6 лис 2024

КОМЕНТАРІ • 43

  • @josedonizeteoliveirajunior1744

    Thank you! Very good

  • @DeepWorksStudios
    @DeepWorksStudios Рік тому +1

    Thanks for this valuable content!

  • @dsuess
    @dsuess Рік тому +1

    Best Account Id ever, Gerald 💪😁💪

  • @TVsBen
    @TVsBen Рік тому +1

    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.

    • @aequitas0012
      @aequitas0012 Рік тому

      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.

  • @adrianllamido759
    @adrianllamido759 Рік тому +1

    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??

    • @jfversluis
      @jfversluis  Рік тому

      Hm that might be a bug. Make sure to report it on the repository so we can have a look, thanks!

  • @EliezerZola2023
    @EliezerZola2023 Рік тому

    Thank you Gerald!

  • @samsman007
    @samsman007 5 місяців тому

    That's probably the most you can do with it, right? Can you do custom pins, polygons, lines etc2?

  • @ajaymundi1151
    @ajaymundi1151 Рік тому +1

    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?

    • @jfversluis
      @jfversluis  Рік тому +1

      Sounds like you want to implement some optimizations to only show the elements on the map that are in the viewport

  • @chirag220792
    @chirag220792 Рік тому

    Hello @gerald!, great video! thanks a lot! would you please upload a basic video tutorial (like webview with 🤳 camera📸 permission) in .net maui.

  • @arbest07
    @arbest07 4 місяці тому

    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!

    • @jfversluis
      @jfversluis  4 місяці тому +1

      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!

    • @arbest07
      @arbest07 4 місяці тому

      @@jfversluis Thank you Gerald for your response.

  • @illerkatn
    @illerkatn Рік тому +1

    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?

    • @Zisi911
      @Zisi911 8 місяців тому

      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

    • @illerkatn
      @illerkatn 8 місяців тому

      sad to hear the problem still persists 4 months later

  • @samsman007
    @samsman007 7 місяців тому

    What about the other Nuget, "Microsoft.Maui.Controls.Maps", is there any difference? Which one has more controls on the maps?

    • @jfversluis
      @jfversluis  7 місяців тому

      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

  • @plazmius
    @plazmius Рік тому

    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)

  • @helciolojaqui8255
    @helciolojaqui8255 Рік тому

    Hello, how to rotate the map view camera?

  • @davejarcher
    @davejarcher 2 місяці тому

    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?

    • @jfversluis
      @jfversluis  2 місяці тому +1

      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...

  • @bozhang4070
    @bozhang4070 Рік тому

    Is this package only for bing map? Or it can be support other map? Like google map? thx

    • @jfversluis
      @jfversluis  Рік тому +1

      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

  • @ruvimbokanengoni3866
    @ruvimbokanengoni3866 Рік тому

    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

    • @jfversluis
      @jfversluis  Рік тому

      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

    • @ruvimbokanengoni3866
      @ruvimbokanengoni3866 Рік тому

      @@jfversluis I see thank you

  • @Anas_Vigilante
    @Anas_Vigilante Рік тому

    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 :(

    • @jfversluis
      @jfversluis  Рік тому +1

      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

    • @Anas_Vigilante
      @Anas_Vigilante Рік тому

      @@jfversluis Yeah because we need to seaech for a specific location such as cities and countries

    • @jfversluis
      @jfversluis  Рік тому

      Ah! That’s not part of this control unfortunately

    • @Anas_Vigilante
      @Anas_Vigilante Рік тому

      @@jfversluis Thanks for your quick response! I hope Microsoft will support this feature soon as it is in flutter and java android

  • @nshtinkov
    @nshtinkov 2 місяці тому

    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.

    • @jfversluis
      @jfversluis  2 місяці тому

      Yep that sucks! Opened a discussion here: github.com/CommunityToolkit/Maui/discussions/2123

  • @debutanteninformatique-xp8dp
    @debutanteninformatique-xp8dp 10 місяців тому

    it looks like it doesn't work on android phone

    • @jfversluis
      @jfversluis  10 місяців тому

      That should work with the default .NET MAUI maps, not needing this additional package