Google Maps and Directions API on React Native

Поделиться
HTML-код
  • Опубликовано: 7 фев 2025
  • Tutorial about how to implement Google Maps, text field with address autocomplete and trace route using Direction API on React Native!
    Source code:
    github.com/fab...
    Do you wanna practice programming and learning more? Check this out:
    challengetrue....
    Be prepared for job interviews: bit.ly/LiveJob...

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

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

    I did a video answering many question from comments below. Please check this: ruclips.net/video/HKlm8m3DIjM/видео.html

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

    You should really make more tutorials if you have time; this is among the best I've seen on YT for working with Google maps and react native.

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

    Thank you so much, this is a great tutorial for understanding the concepts / components required when working with Google Maps for the first time.

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

    I fucking love you dude, you helped me so much like lowkey saved my life with this tutorial. I just started with React Native and this tutorial helped me a lot with my project for my UNI. Much love!

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

    wow, you've earned yourself a subscriber..........thank you for this information

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

    This is great, exactly what i was looking for. Can you point me to how to move markers and test it locally i mean locally test tracking

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

    Hello, I do really appreciate this tutorial and maybe I could request about google map and will show red markers that has coordinate value that came from Laravel as API.

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

    Great video. I have always wanted this
    Thanks

  • @AllahomAnsorGaza
    @AllahomAnsorGaza 8 месяцев назад

    THE API KEY MUST BE IN APPICATION
    its not secure
    also try to build it and test as production will give you errors
    how we can use direction component without api key or call it server side to be protected by server IP

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

    Thank you so much for this content, you truly save me..

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

    This was really helpful thank you very much

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

    I got a problem when I build the Apk it good but if I open the Map it go out like it crash from the apk . even if I did all the stepses from google cloud !!
    so can you please help me?

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

    Hi, how do I make a fixed destination or have a destination selected on default when opening the app?

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

      I did a video answering many question from comments below. Please check this: ruclips.net/video/HKlm8m3DIjM/видео.html

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

    hello, how can i convert my latitude and longitude to real Address like i want to full address with area, city, state, country and pincode. without any billing method. can you please provide any free api which provide this criteria's.

  • @user-zw9zl6gb2w
    @user-zw9zl6gb2w 10 месяцев назад

    Thank you for this perfekt tutorial

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

    Great content

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

    anyone encounter this Invariant Violation: requireNativeComponent: "AIRMap" was not found in the UIManager.

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

      Check the new video, I talk about this. ruclips.net/video/HKlm8m3DIjM/видео.html

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

    Thanks for the tutorial, really helpful! Fabio, does this package allows to search by stores/shops names? I would appreciate your feedback. Thanks in advance. I hope the world gives you all the respect you deserve for dedicating time and patience to create such content! thx

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

      Thanks! Yes, using Google APIs you can find close stores and shops.

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

      I did a video answering many question from comments below. Please check this: ruclips.net/video/HKlm8m3DIjM/видео.html

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

    this video is very useful

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

    wow this tutorial is fire, bthw what theme are you using for vscode

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

    thanks. very helpful.

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

    Is a great video.

  • @fahadkhan-xl7dw
    @fahadkhan-xl7dw 2 года назад +1

    sir please upload video on how we move marker on google map when we click on start button

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

      The marker has onDrag or onStartDrag property and another property to allow drag the marker. I think the property is draggable.

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

      I did a video answering many question from comments below. Please check this: ruclips.net/video/HKlm8m3DIjM/видео.html

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

    This is an helpful video. How do i make users monitor movement of riders coming to them?

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

      You need to know the riders locations. Most likely both should be using the same app. So on server-side you know the locations and can send notifications when locations are close.

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

      @@fabiobergmann3225 Do you have time to make a video on that?

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

      @@kadiriolaniyi4603 Yes, I'll post new tutorials soon about Google Maps, users location, etc.

  • @tiavina-mika
    @tiavina-mika 2 года назад +2

    can you make another tuto for tracking a device with React Nactive and Google Map please?

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

      Yes

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

      I did a video answering many question from comments below. Please check this: ruclips.net/video/HKlm8m3DIjM/видео.html

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

    how do you get step directions?

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

      I did a video answering many question from comments below. Please check this: ruclips.net/video/HKlm8m3DIjM/видео.html

  • @tiavina-mika
    @tiavina-mika 2 года назад +1

    Thanks. Have you a github repo for this video?

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

      Hi, I've just added the source code to the video description!

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

    Hey Fabio thanks for sharing I used your code but it did not work I think the key is finished ?

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

      Yes, the key changed. I cannot share the key. But you can create your own.

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

    Thanks, your code repository?

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

      Hi, I've just added the source code to the video description!

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

    Great Video, how could i start a trip bettewn origin and destination

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

      I did a video answering many question from comments below. Please check this: ruclips.net/video/HKlm8m3DIjM/видео.html

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

    can someone help me
    I encounter "Invariant Violation: requireNativeComponent: "AIRMap" was not found in the UIManager" WHEN using MapView
    also
    I encounter [Unhandled promise rejection: TypeError: undefined is not an object (evaluating '_ExpoLocation.default.requestForegroundPermissionsAsync')]
    WHEN using Expo-location

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

      Don't know if you still need it. But perhaps this will help someone else. About the first error regarding AIRMAP: after adding react-native-maps to your project, it seems that rebuilding your app solves this problem. Hope it helps.

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

      I did a video answering many question from comments below. Please check this: ruclips.net/video/HKlm8m3DIjM/видео.html

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

    is this react native cli or expo

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

    thanx 😉 , Is there a way to better arrange the code?

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

      I did a video answering many question from comments below. Please check this: ruclips.net/video/HKlm8m3DIjM/видео.html

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

    Please Share github code

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

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

    koheda bn github?

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

      Hi, I've just added the source code to the video description!

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

    provide the code on github .for tutorial, you are too fast

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

    free?