How To Search For Places In MapView Using MapKit In Xcode 8 (Swift 3)

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

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

  • @drmarkuswinter
    @drmarkuswinter 4 года назад

    Very nice tutorial. For beginners it is essential to know WHY something is being done, not just how. So giving explanations with the code is what makes your tutorial stand out from the usual fare …

  • @hussaini5710
    @hussaini5710 3 года назад

    Always love your videos and also missing new ones

  • @andreflego8710
    @andreflego8710 7 лет назад

    Great video and very helpful. I can't find any solution to my problem so could you please make a tutorial on searching for 20 nearest regions in maps because I can't monitor more than 20 at the same time?

  • @alphonsosensleyii7630
    @alphonsosensleyii7630 7 лет назад

    @The Swift Guy Love it! How would we slow down the animation so it zooms in slower?

  • @bssgkmsd8
    @bssgkmsd8 7 лет назад

    This is once again another great video.
    The one question I've been trying to find out in this type of situation is, after searching then displaying, how can the user zoom back out or interact with the map?

    • @1TheSwiftGuy
      @1TheSwiftGuy  7 лет назад

      The user should be able to do so automatically. Try running it on your iPhone, then you should be able to move around and zoom in and out.

    • @bssgkmsd8
      @bssgkmsd8 7 лет назад

      Yep. :) Outstanding
      I was assuming this was like other videos where, once you set the span in the region you cannot zoom out.
      Thank you

    • @1TheSwiftGuy
      @1TheSwiftGuy  7 лет назад

      :)

  • @arjungupta2673
    @arjungupta2673 3 года назад

    Easy with the enter button mate!!!!!

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

    Great video but can u plz make one video how to convert locations into address through search???

  • @catcatcatcatmeow
    @catcatcatcatmeow 6 лет назад

    Thanks a lot, great video and your project is still compilable without any errors in Xcode 10 Swift 4:) keep it up!

  • @hannaostling2921
    @hannaostling2921 6 лет назад

    Nice tutorial, thank you! I have one question, I think that the annotation gets a wrong location. If you try to search at "Gothenburg" in your app, you can see that the map will zoom to "Styrsö" (island and a district in Gothenburg's southern archipelago) instead of Gothenburg city. If you compare to Maps on your Mac, you can see that it will zoom to the center of Gothenburg.

    • @hannaostling2921
      @hannaostling2921 6 лет назад

      It's the same thing with Oslo. In the app it zooms next to "Songsvaten", a bit away from the city. Or is it my app that get's wrong information? I tried with Berlin as in your example and i get the same position as you.

  • @chriswilkin1345
    @chriswilkin1345 7 лет назад

    That was a really useful video! well explained keep it up!

  • @cristhianleon2228
    @cristhianleon2228 6 лет назад

    Great video and excellent explanation. Thanks

  • @antonjames6229
    @antonjames6229 6 лет назад

    Very helpful, great stuff keep it up

  • @akash.savediya
    @akash.savediya 7 лет назад

    awesome video, Could you please to do more with this like routing, connecting two points with shortest way like uber app

  • @Rntu2cool
    @Rntu2cool 6 лет назад

    Thanks man! These videos rock!

  • @AndresGarcia-op1xm
    @AndresGarcia-op1xm 4 года назад

    you are the boss!!

  • @chillybean9662
    @chillybean9662 7 лет назад

    nice one here!, keep up the good work #happyCoding!

  • @jaewooko4527
    @jaewooko4527 5 лет назад

    Thanks for nice tutorial.. Have a nice day~

  • @Poopyrakakas
    @Poopyrakakas 7 лет назад

    Great tutorial! Thanks man

    • @1TheSwiftGuy
      @1TheSwiftGuy  7 лет назад

      You are welcome - thank you for watching!:)

  • @mayalessa9565
    @mayalessa9565 7 лет назад

    could you please explain how to getting the coordinates from tap touch on map ,, thank you :)

  • @praneethvadrevu6622
    @praneethvadrevu6622 7 лет назад +1

    Thanks dude!! This was a lot helpful.

  • @leongram5255
    @leongram5255 7 лет назад

    Hi The Swift Guy,
    I have a question I very confused about.
    For example: I took a course online, and the lecturer taught us to build a simple app like passing data between view controller, so at first was confused and didn't get it too much. After that I repeated doing it over and over again without the video. So I spent a lot of time in this single practice. So my question is, is this the right way to learn to code ? Or what will you recommend to a new IOS programmer like me?

    • @1TheSwiftGuy
      @1TheSwiftGuy  7 лет назад +1

      I did exactly like you did when starting out! I was very obsessed with learning every single piece of code so that I could code without referring to websites etc. What I learned though, was that learning it all by heart is actually a waste of time:) All you need to do is understand the concepts. Then you will know what to search for in order to find the code you need. Make sure that you understand what you do, and then you will be fine:)

  • @carlosfernandez6470
    @carlosfernandez6470 7 лет назад

    awesome , you're a great teacher

  • @VirtualGhostMaster
    @VirtualGhostMaster 6 лет назад

    Is there a way I can search my own annotations rather then searching for a location then it drops a pin? I have tons of custom annotations with their own markers and I was wondering if you can search the marker annotations that I have. Thank you

  • @alphonsosensleyii7630
    @alphonsosensleyii7630 7 лет назад

    Perfect Tutorial!! Thank you

  • @firnfirnkul9473
    @firnfirnkul9473 6 лет назад

    you saved my life! Thank you!

  • @DavidCasasSinner
    @DavidCasasSinner 6 лет назад

    awesome!! thanks for the help!

  • @masoudrajabpour
    @masoudrajabpour 6 лет назад

    that was perfect. Just press the Enter button more slowly ;))

  • @sukshithshetty4847
    @sukshithshetty4847 4 года назад

    What is the difference between CLLocationCoordinate2D and CLLocationCoordinate2DMake???

  • @TheSuperjam11
    @TheSuperjam11 7 лет назад +8

    Nice video, can you do more videos on google maps instead of apple maps

    • @1TheSwiftGuy
      @1TheSwiftGuy  7 лет назад +5

      Sure, I will do that eventually. I just feel like I need to cover Apple maps first:)

    • @TheSuperjam11
      @TheSuperjam11 7 лет назад

      The Swift Guy sound

  • @kasunpeiris7835
    @kasunpeiris7835 7 лет назад

    Thank you so much

  • @MrEETT
    @MrEETT 5 лет назад

    aces, pretty useful.

  • @WeiWeiMusic
    @WeiWeiMusic 7 лет назад

    you are amazing.

  • @Sami-rc2fu
    @Sami-rc2fu 7 лет назад

    Can you give use tutorial in app localization

  • @shahbaze63
    @shahbaze63 7 лет назад

    Respected sir,
    can you please guide how to do Google Maps Autocomplete API....

  • @tubex1300
    @tubex1300 6 лет назад

    hi swift 4 pls make video for it

  • @ducks4039
    @ducks4039 6 лет назад

    how would you do it for a user to pin a location

  • @ivankholod_str
    @ivankholod_str 7 лет назад

    Спасибо!

  • @vasanthim965
    @vasanthim965 4 года назад

    Its useful, but I want If I search particular person name, then it will show the current location of user...

  • @shanebersiek
    @shanebersiek 6 лет назад

    your the fucking man

  • @MuhammadAli-zv5vz
    @MuhammadAli-zv5vz 7 лет назад

    thats good but how to make a offline map in swift ........

  • @nyjeltodd1039
    @nyjeltodd1039 7 лет назад

    for some reason when i search the location its off a little

    • @andreboevink6983
      @andreboevink6983 7 лет назад

      I have the same issue. Checked my code and I don't see any mistakes. Does anyone has an idea?

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

    तुला शिकवता येत नाही!

  • @Bankai3474
    @Bankai3474 5 лет назад

    Is there a way to do this without a search bar? I am making an app and I just want to have it pull particular business locations when the app is open. I tried it with some of the code you provided but it isn’t doing anything.