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

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

КОМЕНТАРІ • 199

  • @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: ua-cam.com/video/ostgj2xB_ok/v-deo.html

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

      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 2 місяці тому

      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.

  • @cizzl3702
    @cizzl3702 2 роки тому +5

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

  • @gregorymoore2877
    @gregorymoore2877 2 роки тому +6

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

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

  • @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 роки тому +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

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

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

  • @chandra_arifin
    @chandra_arifin 2 роки тому +1

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

  • @strnbrgd
    @strnbrgd 2 роки тому +2

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

  • @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

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

    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.

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

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

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

  • @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?!

  • @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!

  • @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

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

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

  • @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

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

  • @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 2 роки тому +1

      I would like that too

  • @SimplyRed2010
    @SimplyRed2010 2 роки тому

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

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

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

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

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

  • @easyidea4307
    @easyidea4307 2 роки тому

    amazing gerald thank you so much 😍

  • @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

  • @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

  • @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

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

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

  • @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 :)

  • @MuhammadNadeem-wj6xd
    @MuhammadNadeem-wj6xd 2 роки тому

    Very nice @Gerald keep it up

  • @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

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

  • @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!

  • @GuildOfCalamity
    @GuildOfCalamity 2 роки тому

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

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

  • @mugileeshwaranj.s8484
    @mugileeshwaranj.s8484 11 місяців тому

    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?

  •  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... ;)

  • @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 :)

  • @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!

  • @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

  • @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 🤷‍♂️

  • @jorgerz239
    @jorgerz239 2 роки тому

    u rock!!! i love this channel 🙌

    • @jfversluis
      @jfversluis  2 роки тому

      Thank you so much! Tell your friends!

  • @kaywiberg2159
    @kaywiberg2159 2 роки тому

    Great video! Keep up the good work!

  • @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!

  • @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

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

  • @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 😂😂😂

  • @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

  • @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

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

  • @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

  • @LinesSoftwareDevelopment
    @LinesSoftwareDevelopment 2 роки тому +1

    Yes, yes, windows version please

    • @jfversluis
      @jfversluis  2 роки тому

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

  • @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

  • @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

  • @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!

  • @titolmtv1206
    @titolmtv1206 2 роки тому

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

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

  • @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

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

    thanks

  • @ducvunguyen5607
    @ducvunguyen5607 6 місяців тому

    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  6 місяців тому

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

    • @ducvunguyen5607
      @ducvunguyen5607 6 місяців тому

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

    • @ducvunguyen5607
      @ducvunguyen5607 6 місяців тому

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

  • @charlesdavidyoung
    @charlesdavidyoung 2 роки тому

    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  2 роки тому +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 2 роки тому

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

  • @danielalbertosanchezsierra2972
    @danielalbertosanchezsierra2972 2 роки тому

    Thanks!!!!

  • @wasimalam7677
    @wasimalam7677 2 роки тому

    I wait your all videos related to .MAUI

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

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

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

    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  5 місяців тому

      It is available?

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

      @@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  5 місяців тому

      @@davidjackson148 Did you check the official documentation?

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

      @@jfversluis do you have a link please :)

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

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

  • @RajK09
    @RajK09 2 роки тому

    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  2 роки тому

      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 2 роки тому

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

    • @jfversluis
      @jfversluis  2 роки тому

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

    • @RajK09
      @RajK09 2 роки тому

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

  • @markusf.meisinger5832
    @markusf.meisinger5832 2 роки тому

    is there a way to use the map data offline?

    • @jfversluis
      @jfversluis  2 роки тому

      Unfortunately not!

    • @markusf.meisinger5832
      @markusf.meisinger5832 2 роки тому

      @@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  2 роки тому +1

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

  • @marketdevsoft4403
    @marketdevsoft4403 2 роки тому

    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  2 роки тому

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

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

    Can it run on Windows Machine?

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

      If you install the .NET MAUI Community Toolkit, yes
      Maps Control for Windows with .NET MAUI and Bing Maps
      ua-cam.com/video/G3fIVJGabUQ/v-deo.html

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

  • @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

  • @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 ^_^

  • @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!

  • @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

  • @PavelKonoshchenko
    @PavelKonoshchenko 11 місяців тому

    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?

  • @francescp.4778
    @francescp.4778 Рік тому

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

  • @thiagooliveira-ti
    @thiagooliveira-ti 2 роки тому

    I Love ur channel

  • @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 11 місяців тому

      ok

  • @PavelKonoshchenko
    @PavelKonoshchenko 11 місяців тому

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

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

      That's probably on Windows, for Windows you need the .NET MAUI Community Toolkit. ua-cam.com/video/G3fIVJGabUQ/v-deo.html