5. MapKit with SwiftUI - Marker Selection and LookaroundView

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

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

  • @mathewcrovitz7867
    @mathewcrovitz7867 2 месяца назад +1

    Great job. You make it look so easy!

  • @gerdausdembergischenland4998
    @gerdausdembergischenland4998 6 месяцев назад

    Stewart, thank you for your professional learning videos on RUclips. I am always amazed at what is possible with SWIFT and smart trainers. For your passion I would like to buy you a good glass of wine 🍷Greetings from Germany, Gerd

  • @dibjr
    @dibjr 6 месяцев назад

    Great Episode! I really like that lookaround feature. I subconsciously make mistakes in duplicating your code and then have fun debugging to find my error.

  • @christensen.kruize
    @christensen.kruize 6 месяцев назад

    Can you lock an area down. Like can you set a latitude and longitude that you can’t scroll past or zoom out past. I know those might be 2 different things. I have seen examples of trying to do this but you can scroll past it and it snaps back.

    • @StewartLynch
      @StewartLynch  6 месяцев назад +1

      You might be able to do this with an on change observer, and then if it goes beyond a certain value, reset the camera position

    • @christensen.kruize
      @christensen.kruize 6 месяцев назад

      @@StewartLynch that might of been what I tried before. The one I tried looks likes a rubber band and it will snap back into place. The look I’m trying to get would basically look like a wall or border. I will looking into it thought thanks for the quick reply.

  • @gerdausdembergischenland4998
    @gerdausdembergischenland4998 6 месяцев назад

    Danke!

    • @StewartLynch
      @StewartLynch  6 месяцев назад

      Thank you so much for your donation. Send me an email and I will send you the links to the remaining videos in this series

  • @thehangedman77
    @thehangedman77 2 месяца назад

    Yeah but how do we know when the user selects a Point of Interest?

    • @StewartLynch
      @StewartLynch  2 месяца назад

      If I am not mistaken, there is a new option in iOS 18 for this.