.NET MAUI Maps: A First Look - Pins, Polygons and more!

Поделиться
HTML-код
  • Опубликовано: 16 сен 2024

Комментарии • 202

  • @jfversluis
    @jfversluis  2 года назад +4

    Right after posting this video I tried a new version of the NuGets and they might already not be compatible anymore with the current .NET MAUI version 😅 so the fun might be over already. Sorry! Then you'll have to wait until .NET 7.
    Here is some .NET MAUI videos to keep you busy in the mean time: ruclips.net/video/ostgj2xB_ok/видео.html

    • @jvmg
      @jvmg 5 месяцев назад

      Thank you for the video. Do you also have one for rendering a custom pin based on a view in ios/apple maps. I have one working for android but can't seem to get ios working.

    • @54tan123
      @54tan123 26 дней назад

      Is there any hope of the map view being mvvm compatible in the near future? Right now you can only add/remove pins in code behind/there's no way to bind to the Pins property.

  • @davefoley5071
    @davefoley5071 2 года назад +3

    I am very happy to see the inclusion of a map control. I also use the custom pins, info window when custom pins is tapped. In addition when the map is long tapped I add that GPS point. This control is the single remaining challenge I have to permit me to move my app from Xamarin Forms to Maui.

    •  2 года назад

      Yup custom pins are great as well...

    • @jfversluis
      @jfversluis  2 года назад

      Thanks Dave! Make sure to see if there are feature requests for it and if not open them. And either way I'll try to do videos on how to do that :)

  • @cizzl3702
    @cizzl3702 2 года назад +5

    A video or short example to show this as MVVM would be very cool!

  • @EmbraceUnity87
    @EmbraceUnity87 2 года назад +3

    Super excited about this. Really want the web-based Bing implementation for WinUI, so that we can have something as soon as possible. Since it is already built, it sounds like releasing it to a community toolkit is a great idea.

  • @cizzl3702
    @cizzl3702 2 года назад +4

    Omg, finally! Thank you very much for it! I would also love to see windows support

    • @jfversluis
      @jfversluis  2 года назад +2

      We’re working on something! Not sure what it will look like though

  • @gregorymoore2877
    @gregorymoore2877 2 года назад +6

    I would like to see a custom pins video. Also, can a subclass of Pin be added to the map?

  • @chandra_arifin
    @chandra_arifin 2 года назад +1

    Really happy to see new videos on MAUI tech 👍👍👍💪

  • @strnbrgd
    @strnbrgd Год назад +2

    You said there is an option for custom pins. How? Maps look amazing. great performance

  • @Eric-pl7pz
    @Eric-pl7pz Год назад +2

    I followed the steps to create an API key in the Google API console with no restrictions. It only displays a blank map even with the proper key embedded. Has anyone else found this to be an issue?

  • @EmbraceUnity87
    @EmbraceUnity87 2 года назад +1

    One of the main missing features of the old Xamarin.Forms maps was MVVM support. Supporting ICommand for the events and having a SelectedPin bindable property would be a great start towards that. Having something like an overridable PinTemplate which could be hooked to a DataTemplateSelector, for changing the appearance of the pins, would be extra ideal. I was able to use XAML Shapes, with the path data grabbed from free SVGs, as the basis for pins with the Xamarin.Forms.GoogleMaps nuget package... driven entirely by DataTemplateSelectors in the common code.

    • @bbqchickenrobot3
      @bbqchickenrobot3 Год назад

      Cant this be accomplished by using CommunityToolkit.Mvvm ? Haven't used it myself but, thought it may be helpful

    • @EmbraceUnity87
      @EmbraceUnity87 Год назад

      ​@@bbqchickenrobot3 I accomplished this by creating custom platform-agnostic controls that inherit from the MAUI platform-agnostic map and pin. I will post a link to my code.

    • @danailnedkov9561
      @danailnedkov9561 Год назад

      @@EmbraceUnity87 Hey man, my app needs some custom pin functionality and I saw your comment saying you've already implemented something similar. Could you share the code if possible? Thanks

  • @christerad1669
    @christerad1669 Год назад +1

    Is there any way to use binding context on the pin?

  • @ignatiusmaziofa2393
    @ignatiusmaziofa2393 Год назад +1

    Thank you. Is it possible to change the color of the pin?

  • @S3Kglitches
    @S3Kglitches 2 года назад +1

    Is there a possibility for Tag property on Pin to assign custom object as a value which can be then retrieved back from the Pin? This is needed

    • @jfversluis
      @jfversluis  2 года назад

      You can always create your own inherited version of Pin :) I don’t think we have anything for that right now

  • @josedonizeteoliveirajunior1744
    @josedonizeteoliveirajunior1744 2 года назад +5

    It's getting really good! Congratulations. I think a video about custom pins would be cool. Is it also possible to customize the location information by clicking on the pin? Thank you for everything

    • @jfversluis
      @jfversluis  2 года назад +3

      Thank you! I don’t think we have some kind of info window built in right now. But that is definitely a good one to think about!

  • @weggetor
    @weggetor 2 года назад +1

    I would be highly interested in a video about creating polygons on the map. Need this for a game I'm working on

    • @jfversluis
      @jfversluis  2 года назад

      That's cool, I'll definitely put it on my list. It shouldn't be different than how it works on Xamarin.Forms Maps. So if you need it before my video, look into that! What kind of game are you building?!

  • @yosimadsu2189
    @yosimadsu2189 2 года назад +2

    Would you please show us how to use BLE in .NET MAUI? Because this is the only feature that is not implemented in MAUI.

    • @johnb2572
      @johnb2572 Год назад +1

      I would like that too

  • @satish8299
    @satish8299 2 года назад

    Yes i am interested in the Windows version too, because, i find it more easier to layout in Xaml then in html + blazor. On blazor my experience is you need so much more code behind stuff to achieve things.

  • @jasonyang696
    @jasonyang696 Месяц назад

    Hi Gerald, Thanks for the sharing.
    Do you know how to use communitytoolkits mvvm to map control? I am struggling about markerclicked event on Pin. I don't know how to bind it to a command.
    Thank you in advance.

  • @S3Kglitches
    @S3Kglitches 2 года назад

    Windows vesion of the map - our team is definitely interested because if you run 1 app on Windows and Android, it should work everywhere and that is our scenario.

    • @jfversluis
      @jfversluis  2 года назад

      Thanks! I agree, unfortunately there is no WinUI map component though, and looks like they’re not planning on adding one soon. But we’re looking on finding some solution for you :)

  • @chdub-vu8vb
    @chdub-vu8vb Год назад

    Thank you very much for these excellents videos !! Have you any news about a Wndows version of a mapping tool ?

    • @jfversluis
      @jfversluis  Год назад

      Thank you! We’re working on it for the .NET MAUI Community Toolkit

  • @aslamiqbal3435
    @aslamiqbal3435 2 года назад

    💓💖. I was dying for this.

    • @jfversluis
      @jfversluis  2 года назад +1

      Just in time then! Hope you’re still alive!

    • @aslamiqbal3435
      @aslamiqbal3435 2 года назад

      @@jfversluis yeah I'm breathing

  • @DrEnginerd1
    @DrEnginerd1 Год назад

    How do we add pins using the MVVM pattern? Is there a way to create a list of locations in xaml and bind to a source in the viewmodel?

  • @mikey-zk9nd
    @mikey-zk9nd 2 года назад

    TNice tutorials was great! the way you explain tNice tutorialngs and repeating it really helps. thanks for the tutorial!

  • @albertngoudjou8581
    @albertngoudjou8581 2 года назад

    Thank you for all the videos you make to teach us how to develop MAUI apps .
    I have a question: How to change the default sizes (with ,Hight , max Height, minimum height, etc) for the Windows Platform in MAUI ?

  • @ThaveeshaKannangara
    @ThaveeshaKannangara 2 года назад

    👍 Good one. waited for maps

    • @jfversluis
      @jfversluis  2 года назад

      Just a little longer and it will be there! Anything else you’d like to see a video about with maps?

  • @easyidea4307
    @easyidea4307 2 года назад

    amazing gerald thank you so much 😍

    • @jfversluis
      @jfversluis  2 года назад +1

      You’re very welcome!

  • @MuhammadNadeem-wj6xd
    @MuhammadNadeem-wj6xd 2 года назад

    Very nice @Gerald keep it up

  • @senthuranmaxx4895
    @senthuranmaxx4895 Год назад

    Great Video Gerald 🙂. Thanks for that. Can you please tech, how can we navigate from one location to another location(live path navigation)?

    • @jfversluis
      @jfversluis  Год назад

      Personally I would let apps do that that can probably do it better. With Essentials you can open the default maps app for the device in navigation mode.

  • @anju9278
    @anju9278 Год назад

    Is it possible to highlight different parts on a static image like an image map with image sliced to different parts a and highlight each part dynamically in windows using Maui. Example - highlight different states/ region in an image of a country?

  • @mihailkatsarov3209
    @mihailkatsarov3209 2 года назад

    Great Video! Maybe one video about Authorization and authentication with facebook and gmail would be useful too.

    • @jfversluis
      @jfversluis  2 года назад +1

      I’m not great with auth, so not likely soon but who knows :)

  • @kaywiberg2159
    @kaywiberg2159 2 года назад

    Great video! Keep up the good work!

  • @marcoerlwein2165
    @marcoerlwein2165 Год назад

    thanks for the video, the map control work with maui blazor hybrid ?

  • @jorgerz239
    @jorgerz239 2 года назад

    u rock!!! i love this channel 🙌

    • @jfversluis
      @jfversluis  2 года назад

      Thank you so much! Tell your friends!

  • @pushanroychowdhury5741
    @pushanroychowdhury5741 2 года назад

    @gerald Great video. Thanks a lot. If we click on a pin that was added, can we get a callback for that ?

  • @mister_stadler
    @mister_stadler Год назад

    thanks

  • @jacobhamblin1880
    @jacobhamblin1880 Год назад

    Any idea if/when Maui will incorporate 'AnimateCamera'? I would love to be able to have the map stay oriented to the users current heading, but I can't find any way to do this.

  • @JuanDevelop
    @JuanDevelop 2 года назад

    This is so EPIC. I just start a new project a this information is so usefull

    • @jfversluis
      @jfversluis  2 года назад +1

      Great to hear! Let me know if you need anything!

  • @GuildOfCalamity
    @GuildOfCalamity 2 года назад

    Great video. Could you do a tutorial on AppActions in the future?

  • @SimplyRed2010
    @SimplyRed2010 Год назад

    Hi Gerald, making the same app with Blazor and Maui, how can we do?
    An example would be greatly appreciated :)

  • @laurolnunes
    @laurolnunes Год назад

    Is there a way to pin my localization together with a list of other places, like restaurants or stores? Like Google Maps does when you look for something

    • @jfversluis
      @jfversluis  Год назад +1

      Sure, but that is something you’ll need to implement

  • @MakoMusicYT
    @MakoMusicYT 2 года назад

    I had to finish a Xamarin Forms app yesterday for my education where I used both Location and Position structs from .Essentials and .Maps.
    It was really annoying that I could not access the user location from the Map itself so this seems like a nice evolution of the control. Is there MapSpan databinding now?

    • @jfversluis
      @jfversluis  2 года назад

      Not much has changed from what was in Forms except for what I mentioned. But we’re open to ideas!

  •  2 года назад

    What I really need is access to bluetooth events from MAUI... with the latest version I still have to code that separately for each platform!!

    • @jfversluis
      @jfversluis  2 года назад

      .NET MAUI is primarily a UI framework, so that’s where the focus is.

    •  2 года назад

      @@jfversluis well if you can get location, it would be good as well to scan or react to bt devices

    • @jfversluis
      @jfversluis  2 года назад +1

      Bluetooth is a lot harder than locations. If you know a bit about the history then you know that the locations came in with Essentials. However, like unsaid, .NET MAUI is still primarily a UI framework and there is still a lot of work to be done there. Not saying it’s never going to happen, but I don’t think anytime soon and there are great plugins that can help you with this.

    •  2 года назад

      @@jfversluis ok... I guess I'll have to stick to 3rd parties until then... ;)

  • @MiguelSantos-p7z
    @MiguelSantos-p7z Год назад +1

    Is it free to use? Don't you have to pay for it after "x" map renders?

    • @jfversluis
      @jfversluis  Год назад +1

      Not for iOS, I’m not sure how the Android/Google Maps pricing works tbh

  • @Dimitris.Christoforidis
    @Dimitris.Christoforidis 2 года назад

    Thank you Gerald once again for your helpful videos. Is it possible to have google maps in Iphone? Maybe using an external library?

    • @jfversluis
      @jfversluis  2 года назад +2

      You’re going to have to find a plug-in for that. It’s not going to be possible with the official Maps

    • @Dimitris.Christoforidis
      @Dimitris.Christoforidis 2 года назад +1

      @@jfversluis Thank you. PLease keep us inform if you find something!

  • @CSharpAntero
    @CSharpAntero Год назад

    Thanks Gerald , great video. Do you know, if there is for Maui Map an MVVM support planned?

    • @jfversluis
      @jfversluis  Год назад

      What kind of MVVM support are you looking for?

    • @CSharpAntero
      @CSharpAntero Год назад

      @@jfversluis Drawing a route, setting pins and polygons

  • @mugileeshwaranj.s8484
    @mugileeshwaranj.s8484 9 месяцев назад

    Hi, I'm using MAUI Maps, Currently the existing google API, Key is working on lower version of Andriod, but the same API Key is showing blank map on Android 12 and 13, Any idea how to solve this?

  • @LinesSoftwareDevelopment
    @LinesSoftwareDevelopment Год назад +1

    Yes, yes, windows version please

    • @jfversluis
      @jfversluis  Год назад

      We're working on it here: github.com/CommunityToolkit/Maui/pull/604

  • @wasimalam7677
    @wasimalam7677 2 года назад

    I wait your all videos related to .MAUI

  • @checox1909
    @checox1909 2 года назад

    Great video man, like always, now I can do my post XD hahahahahahaha

    • @jfversluis
      @jfversluis  2 года назад

      Haha absolutely! Looking forward to it! Thanks my friend!

  • @harag9
    @harag9 2 года назад

    Looking good. thanks for sharing - can it also show routes between 2 locations?

    • @jfversluis
      @jfversluis  2 года назад +1

      If you mean turn-by-turn navigation then no. I guess you can implement showing something like that but you don’t have the 3D view.

    • @harag9
      @harag9 2 года назад

      @@jfversluis OK thanks for that. wasn't sure how much functionality it has.

  • @anandshindey
    @anandshindey 2 года назад

    Cool video, thanks. Would I be able to find things like nearest airport from a location on the maps? Is there an API or feature?

    • @cizzl3702
      @cizzl3702 2 года назад +1

      I think you can do this with Google places API

    • @jfversluis
      @jfversluis  2 года назад +1

      Indeed, you will need to use another API for that. This is just showing a map

  • @kardelencanoglu1353
    @kardelencanoglu1353 2 года назад

    The video is great. Can you make a video for 3D model integration with MAUI?

    • @kardelencanoglu1353
      @kardelencanoglu1353 2 года назад

      Or can I embed Unity in MAUI?

    • @jfversluis
      @jfversluis  2 года назад

      I have 0 experience with that, so probably not anytime soon. Sorry 😅

    • @kardelencanoglu1353
      @kardelencanoglu1353 2 года назад

      @@jfversluis No probem. I hope you want to try it one day 😂😂😂

  • @stijnvanhoecke4753
    @stijnvanhoecke4753 2 года назад

    I believe if MAUI supports Windows, its individual components/extensions should as well. What use is having a component that only works on a subset of devices? I wouldn't call it complete without windows support...

    • @jfversluis
      @jfversluis  2 года назад

      The problem is that .NET MAUI only exists at the grace of what we’re building on top of. Android has a component that provides a map, iOS has a component that provides a map, WinUI does not.

    • @stijnvanhoecke4753
      @stijnvanhoecke4753 2 года назад

      Then maybe WinUI should 😉 would be beneficial for everyone around the table... I mean if MS ever want their "desktop apps" to get off the ground and compete with PWAs they should provide enough features for it.

    • @jfversluis
      @jfversluis  2 года назад

      @@stijnvanhoecke4753 tell that to them! It was on the roadmap but they took it off. So apparently not a lot of people are asking for it 🤷‍♂️

  • @danielalbertosanchezsierra2972
    @danielalbertosanchezsierra2972 2 года назад

    Thanks!!!!

  • @Mielesplayz
    @Mielesplayz 2 года назад

    Is it possible to resize text to fit a label, even after rotating your phone?
    (I know this has nothing to do with the video, but im trying to do that)

    • @jfversluis
      @jfversluis  2 года назад

      I would think it should do that automatically.

    • @Mielesplayz
      @Mielesplayz 2 года назад

      @@jfversluis I guess I messed something up then

  • @niharikasaraswat2181
    @niharikasaraswat2181 2 года назад

    Can we restrict keyboard entry to one language only like in English and user can't type in any other language in xamarin

  • @b60977
    @b60977 Год назад

    Does anyone know hot to visulize a heatmap on an ArcGis map with .NET MAUI?

  • @bodyavl
    @bodyavl Год назад

    Is there any way to display route from point A to point B on this map?

    • @jfversluis
      @jfversluis  Год назад +1

      You could with polylines I guess.

    • @bodyavl
      @bodyavl Год назад

      ​@@jfversluis Yeah, that makes sence, thank you

  • @guywangueu9817
    @guywangueu9817 2 года назад

    Thanks Gerald , but I have a question, how can I change pin 📍 image for android and iOS in xamarin forms?

    • @jfversluis
      @jfversluis  2 года назад +1

      This is probably helpful: docs.microsoft.com/xamarin/xamarin-forms/app-fundamentals/custom-renderer/map-pin

  • @almightyfox_official
    @almightyfox_official Год назад

    Hi, how can I display a route between 2 locations on the Map?

    • @jfversluis
      @jfversluis  Год назад

      You probably want to use polylines: learn.microsoft.com/dotnet/maui/user-interface/controls/map?view=net-maui-7.0#polygons-polylines-and-circles

  • @woistdasniveau8290
    @woistdasniveau8290 2 года назад

    Please tell me, that it is easier now to center rthe map around the users position and keep it centered.

    • @jfversluis
      @jfversluis  2 года назад

      Don’t think we made any improvements there yet, but I’d love to hear what you’re struggling with and see if we can make it better

    • @woistdasniveau8290
      @woistdasniveau8290 2 года назад

      @@jfversluis It is really annoying in my opinion that you have the native functionality to display where you are ad that this gets updated everytime you move. But that there is no IsCentered option or anythign which keeps you cnetered around this point. Even though you already have a functionalitsy which gets your coordinatesy you have to write your own paltform specific thing that gets you your coordinates and set them manually on the map. This seems really unintuitive for me. If jhere is already something which gets my coordinates and displays me on the map why can't i just adress this to center the map around it? Isn't this kind of the standard functionality you want from a map to keep it centered around your position while moving?

  • @hrishikeshgarud7177
    @hrishikeshgarud7177 2 года назад +2

    Custom pins video.

    • @jfversluis
      @jfversluis  2 года назад +1

      No please?

    • @Urakaroo
      @Urakaroo 2 года назад +1

      @@jfversluis +1 to please make a video on custom pins ^_^

  • @TheSasanpasha
    @TheSasanpasha 2 года назад

    can you please support custom pins ( label, position, color, address, ImageSource, and infowindow , etc.) themes, ?

    • @jfversluis
      @jfversluis  2 года назад +1

      Not in the first version, but hoping we can add more features later! Of course anything is customizable through custom handlers and such.

  • @titolmtv1206
    @titolmtv1206 2 года назад

    How about .net maui push notifications? I think that is important feature as well.

  • @Xrail
    @Xrail 2 года назад

    Great Video, thank you. Is it possible to set the api-key at runtime? Normaly each of our customer has his own api-key if he want to use such a feature. It would be set with the login of the user.

    • @jfversluis
      @jfversluis  2 года назад +1

      I would think so normally. But it might be harder now because UseMauiMaps throws an exception if it doesn’t find the key. I guess one way around that is to add a dummy key in the manifest and find a way to set the API key at runtime

    • @doublebass120
      @doublebass120 2 года назад

      @@jfversluis does it also test whether the key is valid, or can we just use any value?

    • @jfversluis
      @jfversluis  2 года назад

      This just checks if a value is present. If the api key is invalid no map is shown and an error appears in the application output.

    • @Xrail
      @Xrail 2 года назад +1

      Ok, i Keeper that Info in the back of my mind. Iam gonna wait for the net7 Release an then play with it a little. Thanks

  • @billymartin6497
    @billymartin6497 2 года назад

    Great tutorial, Gerald. I'm getting this error:
    System.MissingMethodException
    Message=Method not found: bool Microsoft.Maui.Devices.Sensors.Location.op_Inequality(Microsoft.Maui.Devices.Sensors.Location,Microsoft.Maui.Devices.Sensors.Location)

    • @jfversluis
      @jfversluis  2 года назад

      Yeah soon after I released the video that happened with the NuGets on Android at least. I think iOS is still working. Means that the NuGet is now incompatible with the current public .NET MAUI version so either download all the code from main and run with that, but probably better to wait until we publish something on NuGet

  • @ducvunguyen5607
    @ducvunguyen5607 4 месяца назад

    my project have 1000 pins, I am using your solution but it loads too slow, even the phone freezes. Any idea how to solve this?

    • @jfversluis
      @jfversluis  4 месяца назад

      Only show pins that are actually in view and group them when zoomed out

    • @ducvunguyen5607
      @ducvunguyen5607 4 месяца назад

      @@jfversluis is there any example for it? It worked well with Xamarin but when change to MAUI, it is too slow

    • @ducvunguyen5607
      @ducvunguyen5607 4 месяца назад

      @@jfversluis Is there an event when it be zoom out?

  • @charlesdavidyoung
    @charlesdavidyoung Год назад

    I am working with .NET MAUI in .NET 7 Release Candidate 1 and have converted my Xamarin map code to this latest Map. It works great, except for Windows, or course. So, yes, I would certainly like the Windows version of my app to work the same as iPhone, Android, and MacCatalyst. Another thing I am trying to do is recenter the map without changing the MapSpan. In other words, if the user has zoomed in I would like to maintain that zoom even when the map is recentered. There does not seem to be an option for that, although I am thinking about detecting the click and keeping track of the zoom so that I can restore it when I recenter. Please let me know if there is a simpler way to do this. Thanks!

    • @jfversluis
      @jfversluis  Год назад +1

      Hey there! We're working on the Maps for Windows right now in the .NET MAUI Community Toolkit.
      As for the other thing, that might be a nice addition that we can add!

    • @charlesdavidyoung
      @charlesdavidyoung Год назад

      @@jfversluis thanks Gerald! I guess I’ll wait for the recenter feature then. It should be very easy to add.

  • @marketdevsoft4403
    @marketdevsoft4403 Год назад

    When i try to insert map in my .net maui project following this good video, i have this exception:
    Microsoft.Maui.Platform.HandlerNotFoundException: 'Handler not found for view Microsoft.Maui.Controls.Maps.Map.'
    Can someone help me to resolve ?
    Best Regards.
    Raffo

    • @jfversluis
      @jfversluis  Год назад

      Make sure that you add the initialization line in your MauiProgram.cs

  • @RajK09
    @RajK09 Год назад

    Hi Gerald, I cloned your repo and when I run the app, I'm facing this issue
    Microsoft.Maui.Platform.HandlerNotFoundException Message=Handler not found for view Microsoft.Maui.Controls.Maps.Map.
    I'm using VS 2022 17.4. Any help on this please?

    • @jfversluis
      @jfversluis  Год назад

      Try upgrading the plug-in. The Maps NuGet is released officially by now so install it from NuGet.
      Also, doesn’t work on Windows!

    • @RajK09
      @RajK09 Год назад

      @@jfversluis yeah I did update from Nugent itself and I'm running on Android. The map control is showing blank

    • @jfversluis
      @jfversluis  Год назад

      For Android you need an API key as well. And add UseMauiMaps in your MauiProgram

    • @RajK09
      @RajK09 Год назад

      @@jfversluis yes Gerald, I used an API key and configured .UseMauiMaps() in MauiProgram too. But maps are not loading

  • @davidjackson148
    @davidjackson148 3 месяца назад

    Is maps still not natively available in Maui? Whats going on. Maui is a good fiew years old now and Maps I would wager are an essential developer feature.

    • @jfversluis
      @jfversluis  3 месяца назад

      It is available?

    • @davidjackson148
      @davidjackson148 3 месяца назад

      @@jfversluis Can you repost the details or do an updated tutorial please because your previous ones don't work. I followed the tutorials to the letter and got this 'Unable to convert Microsoft.Maui.Controls.Maps.Map to Android.Views.View' :(

    • @jfversluis
      @jfversluis  3 месяца назад

      @@davidjackson148 Did you check the official documentation?

    • @davidjackson148
      @davidjackson148 3 месяца назад

      @@jfversluis do you have a link please :)

    • @jfversluis
      @jfversluis  3 месяца назад

      @@davidjackson148 Links are always provided in the video description.
      learn.microsoft.com/dotnet/maui/user-interface/controls/map

  • @oj3486
    @oj3486 2 года назад

    Didn‘t you already use the default map in Episode 6 of the crash course?

    • @jfversluis
      @jfversluis  2 года назад

      Not that I know of. Do you mean the little map that is in the Android emulator settings?

    • @oj3486
      @oj3486 2 года назад

      @@jfversluis in the find closest monkey part you are using a map (even though the map did not completely load, it opened the platform specific default map)

    • @jfversluis
      @jfversluis  2 года назад +1

      @@oj3486 Ooh gotcha! Yeah so that opens the default maps application on the device. .NET MAUI Maps can show a map inside of your own app. That's the difference :)

    • @oj3486
      @oj3486 2 года назад

      @@jfversluis Ah okay. Thanks for clarifying :)

    • @harag9
      @harag9 2 года назад

      @@jfversluis Thanks for clarifying this, I was going to ask the same question as I just done James course on the monkey finder, though the maps didn't load properly.

  • @ABS-CBN-w1l
    @ABS-CBN-w1l Год назад

    Is it ok to use it in production?

    • @jfversluis
      @jfversluis  Год назад +1

      Not yet! Will be released with .NET 7 as stable

    • @ABS-CBN-w1l
      @ABS-CBN-w1l Год назад

      @@jfversluis Thanks for the info.

  • @samsman007
    @samsman007 4 месяца назад

    Can it run on Windows Machine?

    • @jfversluis
      @jfversluis  4 месяца назад

      If you install the .NET MAUI Community Toolkit, yes
      Maps Control for Windows with .NET MAUI and Bing Maps
      ruclips.net/video/G3fIVJGabUQ/видео.html

  • @markusf.meisinger5832
    @markusf.meisinger5832 Год назад

    is there a way to use the map data offline?

    • @jfversluis
      @jfversluis  Год назад

      Unfortunately not!

    • @markusf.meisinger5832
      @markusf.meisinger5832 Год назад

      @@jfversluis Hello Gerald, like your informative and helpful videos a lot. Thanks for immediate reply. Keep on your great work! Any suggestions of (xamarin/3rd party) controls capable of offline maps? I need it for out in the wilderness without mobile data available

    • @jfversluis
      @jfversluis  Год назад +1

      Try MapsUI: github.com/Mapsui/Mapsui
      And thank you Markus!

  • @itsmejim3033
    @itsmejim3033 2 года назад

    For the life of me i can't seem to find the nuget packages, Can u please send me the ones u used in this project. or just send me the azure dev link

  • @amnshumansunil3371
    @amnshumansunil3371 2 года назад

    Video on in app update in Xamarin please!

    • @jfversluis
      @jfversluis  2 года назад

      I’m pretty sure I’m not going to make that one, sorry

    • @amnshumansunil3371
      @amnshumansunil3371 2 года назад

      @@jfversluis thanks anyway!

  • @yanaraldaghestani6305
    @yanaraldaghestani6305 2 года назад

    is there any way to run google map on android and ios ?

    • @jfversluis
      @jfversluis  2 года назад

      No and that probably won’t be supported. If you need that, a plug-in needs to be created.

  • @thiagooliveira4192
    @thiagooliveira4192 2 года назад

    I Love ur channel

  • @PavelKonoshchenko
    @PavelKonoshchenko 9 месяцев назад

    I have created maps API and put it in your code in android manifest file. . The App crashes on start. I dont know why. Seems API KEY is OK. What can be the problem?

  • @obioriaku9736
    @obioriaku9736 2 года назад

    Congrats Gerald. I like some of the tricks and tips that you post on your channels. Please how can I do styling for maui as xamarin.forms.googlemaps which has the MapStyle. I tried creating a bindable property but that didn't help. Can you give me some tips. Thanks

    • @jfversluis
      @jfversluis  2 года назад

      Thank you! That is not possible with this package. Looks like this is a MAUI compatible version of that package that you might want to use: github.com/themronion/Maui.GoogleMaps

  • @francescp.4778
    @francescp.4778 Год назад

    How i remove the + & - zoom buttons but map remaining zoomable?, thank you!
    VS2022 .NEt7

  • @fabioikomotta
    @fabioikomotta Год назад

    Error starting app: Microsoft.Maui.Platform.HandlerNotFoundException: 'Handler not found for view Microsoft.Maui.Controls.Maps.Map.'

    • @jfversluis
      @jfversluis  Год назад

      I’m guessing you’re trying to use it on Windows which is not supported. That is coming to the .NET MAUI Community Toolkit soon

    • @fabioikomotta
      @fabioikomotta Год назад

      @@jfversluis Ok... i did it...but using your sample, the map show just the buttons not the map. in Android emulator and device the result is the same...

  • @Paul-uo9sv
    @Paul-uo9sv Год назад

    Pintype didn't change on my android map. Event after rebuild. Really weird...

    • @jfversluis
      @jfversluis  Год назад +1

      I think pin type only has effect on iOS and maybe not even anymore on recent iOS versions. Maybe time to deprecate it 😄

    • @Paul-uo9sv
      @Paul-uo9sv 10 месяцев назад

      ok

  • @PavelKonoshchenko
    @PavelKonoshchenko 9 месяцев назад

    Microsoft.Maui.Platform.HandlerNotFoundException: 'Handler not found for view Microsoft.Maui.Controls.Maps.Map.'

    • @jfversluis
      @jfversluis  9 месяцев назад +1

      That's probably on Windows, for Windows you need the .NET MAUI Community Toolkit. ruclips.net/video/G3fIVJGabUQ/видео.html