How to use Google Maps API with React including Directions and Places autocomplete

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

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

  • @oxanasf6369
    @oxanasf6369 2 года назад +17

    I wanted to thank you for this amazing tutorial. It absolutely matched what I expect from a tutorial. It helped me a lot in my project even though I only needed first part of the material you provided. It was very well organized and very clear.

  • @gagandangwal4920
    @gagandangwal4920 Год назад +6

    I want to thank so but i dont have to write a long comment, however i found a goodlooking comment below so i copy pasted it. Hope youre welcome.
    I wanted to thank you for this amazing tutorial. It absolutely matched what I expect from a tutorial. It helped me a lot in my project even though I only needed first part of the material you provided. It was very well organized and very clear.

  • @allie4841
    @allie4841 Год назад +9

    This was the best tutorial I've used for the GoogleMapsAPI! Thank you so much for this video :D

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

      You're very welcome!

    • @Frodonar
      @Frodonar 10 месяцев назад

      Did you had to pay at some point or it's just credit card for auth?

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

    Best video on React google maps api I've watched. Perfectly explained! Thank you

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

    Best tutorial as of now that I have gone through of Google maps API Amazing

  • @WhatEver-th8hl
    @WhatEver-th8hl 2 года назад +5

    What do u mean different api key, or Which one .
    I am facing same issue "for development purpose only"

  • @eazhar
    @eazhar 2 года назад +9

    If anyone is having an issue with the initial map not showing [i.e. blank screen after loading], try changing the mapContainerStyle property to 100px instead of 100%

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

      I LOVE YOU!!!!

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

      Me too!!!

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

      Oh! 100vw and 100vh worked for me as well!

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

    Amazing video every was explained in a very simple manner. Great job buddy

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

    good man, but i want to ask, does this have activate billing account?

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

    Lovely video! Thank you!

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

    Thanks for the video it really helped me!😁

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

    You're awesome! Great tutorial!

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

    for me, does not show on first render, but if u add more markers and it rerenders Markers on loaded map Markers appear, how to fix it?

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

      I am having the same problem. Did you ever find a solution or a cause?

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

      Seems to be working using

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

      @@daneogden3554 ty dude

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

    very useful it helps me a lot thanks making this tutorial

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

    Thank you for this tutorial and the effort into making this.

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

    Thanks Man lots of love

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

    everything is ok and compiled successfully but it runs with runtime errors and not able to rectify that issue .please give any suggestion to rectify the code

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

    This page can't load Google Maps correctly.
    Do you own this website?
    I AM GETTING THIS ERROR PLZ HELP ME

  • @Muhammad-kh9lu
    @Muhammad-kh9lu 2 года назад +3

    I have billing enabled on google cloud but my map still shows "For development Purpose Only" Any idea why it is behaving weird? My API key is also valid and I have followed all your instructions. Thanks

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

      I have the same issue please have you found a solution

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

    what a useful video! thanks mate

  • @donaldtrump1902
    @donaldtrump1902 2 года назад +8

    I m getting error as Reference error :Google is not defined

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

      I am also getting the same error, did you resolve it?

    • @Prośny_m
      @Prośny_m 2 года назад +1

      {isLoaded && }

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

      me too, did you resolve it?

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

      same error how to solve

    • @rishirahul.
      @rishirahul. Год назад +1

      Enter this (// eslint-disable-next-line no-undef) line of code above wherever you use google.maps.xxxxx (Totally in 2 places)
      How the code should be 👇
      // eslint-disable-next-line no-undef
      const directionsService = new google.maps.DirectionsService();
      const results = await directionsService.route({
      origin: originRef.current.value,
      destination: destinationRef.current.value,
      // eslint-disable-next-line no-undef
      travelMode: google.maps.TravelMode.DRIVING
      })

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

    Hi ! Very useful content. Thank you so much!

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

    is it payed service to use google cloud map?...in mine case it is not working properly

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

    Can i create this project using regular elements such div, section instead of using all the components you imported from @chakra- ui/react?

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

    How can i make panTo to the autocomplete chosen option from the input without have to click a button?

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

    Scrolling through the route is not possible, can you help me out on how to add scrolling feature through route

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

    hi thanks for your tuto, there is any way for using numbers instead of letters in the directions marker not the normal marker ?

  • @非子-s5q
    @非子-s5q 2 года назад

    地址联想列表中多个地址是如何排序的呢?是按地址从近到远自动排的吗?

  • @vanshikasharma6942
    @vanshikasharma6942 3 месяца назад +1

    The google cloud console is asking for payment before providing me options to create new project. What should i do..Can we use it for free ?

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

      I'm having same issue do you have any free api to so same?

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

    Thanks a lot !! Very good this explication.

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

    Auto complete is not working , it throws "BillingNotEnabledMapError" , is billing account required to use auto complete for testing?

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

    Awsome work there

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

    thank you very much for this tutorial

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

    you are using Cascadian code font-family but in my case, the words are not coming in the italic version.

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

    I can't get the value of the input when choosing from the dropdown.
    The useref only get what i typed in.
    Does anyone have a solution?

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

    Hey,
    There is a small bug in the code. If you set draggable:true in polylineoptions then The DirectionsResponse object does not get updated when the route is dragged

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

      The poly line is to display directions, if you drag it we are still having the same original directions

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

      @@mafiacodes Thank you for great video. I have a question.
      If we set draggable true like following ,
      how can we update distance and durations? And how can we get waypoints? There is getDirections function on google api but i could not find a way to use it when using DirectionsRenderer as a component.

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

    CAN YOU TELL ME How to convert origin ref to lat and lng?

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

    i really thanks to you , thank you so much brother

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

    Thanks a lot for this tutorial, What font are you using for your editor by the way?

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

      it looks like a default font but i think you can change it from the index.js

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

    How could I implement waypoints with directions?

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

    Great Video!
    So, I have a question, how can I load an origin value from my local data?
    I've been trying, but when I select a location it does not change... always I see the same location that I had provided from begin...

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

      js has a navigator function built in where you can get your current location navigator.geolocation.getCurrentPosition and define your lon and lat as variables equaling position.coords.latitude/longitude

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

    13:00 options disable
    25:00 directions conf

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

    Va thala.. Va thala... Waiting for you ❤

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

    can you include google traffic colors along the directions layer ??

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

    Autocomplete function is not working and can you please explain how you ignored error showing in google

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

    how to colour states of a country using this library ?

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

    very helpfull, but if i use map "For Development purpose only", can i using direct and places similar in your video ?

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

      I m not sure since billing should be enabled but you won’t be charged until you exceed free tier

  • @WhatEver-th8hl
    @WhatEver-th8hl 2 года назад +2

    I am facing some error like "this page can't load Google Maps correctly"

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

      have u find any solution to that.. facing same

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

    Hi, How to restrict the auto suggest to display only cities? and also is there a documentation page for this maps api?

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

    Please Truly, what are your extensions? Thank you sir

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

    Can I use your api key does it will work because my billing account is not working and it's not creating to

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

    bro this code is not working in react 18 version
    plz ,
    Add a new videos to set direction in google map in react 18 version .....

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

      const DirectionsRenderer = new window.google.maps.DirectionsRequest
      this code doesn't work in react 18 version. This code is add in the google map , The map was disapper .
      that time the error was constructure is not define....

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

      @@abhijithc5221 Hello sir, did you manage to fix this problem? I have been trying for so long and I cant get it to work

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

      @@benjimilan1186 I also facing this issue. Did u get it?

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

    Hey my friend! Would you have any direction to take this just 1 step further by programmatically rendering the coordinates for the routes whenever a route is selected?
    With this, for 1 of my portfolio projects I'd then be able to update the positions in realtime to simulate a moving object

  • @azghinabdelkarim7260
    @azghinabdelkarim7260 7 месяцев назад

    hey i hope you're doing well
    i really loved the tutorial so amazing
    i have a question how to set a language and a region using react ??
    i hope you understand what i'm asking
    and i hope you answer :33

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

    Nice Tutorial.
    please how do I get the lat and lon of each value of autocomplete input value

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

    This tutorial is awesome

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

    How do i calculate the duration depending on the traffic?

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

    Thanks a lot dude!

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

    For some reason it doesnt show on the phone, any ideas?

  • @switch-247
    @switch-247 5 месяцев назад

    thanks this helped alot.

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

    what is your vscode font and theme?

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

      Operator mono and snazzy operator

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

    Let's say there is a form with discrete fields like Street, City, State, and Country.
    How to populate respective values from the Google Maps suggestion list on address selection into these discrete fields?

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

    The tutorial video is accommodating man but can we set it to libraries for a specific country or for local ?

  • @JustinSias-fu4mx
    @JustinSias-fu4mx 8 месяцев назад

    Thank you!

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

    Google maps api asking for billing process then how u activate Google maps api service with free

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

    Hello
    is posible to update the route ? between original and distnation ?

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

      Yes for sure

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

      @@mafiacodes like we draw a route by adding position ?
      how it work !

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

      Yes we need to update location for new directions

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

      @@mafiacodes do you have a video doing that ?
      also " origin " being selected ?

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

      I don’t but you can programmatically do that easily

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

    how can we change the route default icon ?

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

      You can’t do much about that, else get directions and draw connected polylines with ur own markers

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

    My marker is not working how to fix??????????????????????????

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

    can I bye this one?

  • @sanjayn5355
    @sanjayn5355 11 месяцев назад

    sir, could you post live tracting ?

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

    sir we want to calculate the polygon area using react js

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

    I am a student and is there any method by which I can use it for free ? or like at a cheaper rate ? I can affort 10 or 20 $ max but 300 is quite a lot

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

    I came here to figure out how to enable billing for Google Maps for my API. My application is working but the Maps API won't enable due to the billing being turned off. I have enabled it several times but it still says disabled. Google really needs to fix this...

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

    Can you create a tutorial on smooth running on react with Google map

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

    sir they asking to pay to enable that API any solutions.?

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

      yeah, you can sign up, but they provide a generous free tier even after that

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

    Bro good tutorial
    But why it doesnt show the full address while we typing address

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

    hi sir, can u made this auto complete and direction in android as well.. there is no useful tutorial on latest google maps api

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

    Thank you.

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

    r u in france now?

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

    Options not working for me. Still zooming

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

    whats the map script and where should we add map script ?

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

      Watch around 7:00 , there you can see how the script is loaded

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

      @@mafiacodes ... yeah.. i got it... thank you sooo much

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

    We need credit card for this APIs right?

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

    if you are using the react version > 18 will not work. will work

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

      Thanks for the info bro. I was facing issue with it.

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

    came here jus for the source code on github thanks

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

    Thank you

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

    Thanks for the great content but I think you should have continued with the free api key so that we are all on the same page. Yours displays beautifully and mine is yelling at me, FOR DEVELOPMENT PURPOSES ONLY

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

    Instead of taking value from input element, how can we set origin or destination values in terms of longitude and latitude ?
    NOT: origin: originRef.current.value
    But : origin: {lat:15.151515 , lng:15.151515}

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

      Using the LatLng object literal

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

      @@mafiacodes thank you so much, for more info:
      var longLat = new google.maps.LatLng(x1,y1)

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

      @@mafiacodes CAN YOU TELL ME How to convert origin ref to lat and lng?

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

      Check the value of origin.ref.current.value its present there (lat lng)

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

    is google map api free or paid to develop app like Ola, Zamato?

  • @manoj-k
    @manoj-k 2 года назад

    🔥🔥🔥

  • @LearnITify
    @LearnITify Год назад +5

    The problem about API and you did not explain how to handle it, I do not understand other people why think this video is "amazing"

  • @NoumanKhan-ck7vx
    @NoumanKhan-ck7vx 2 года назад

    This page can't load Google Maps correctly.

  • @shebinshamsuddeen1948
    @shebinshamsuddeen1948 10 месяцев назад +1

    Is google maps api free .

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

    These apis are free or paid

  • @u.m.h3688
    @u.m.h3688 2 года назад

    how i use free google api?

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

      There's no way. Better to go for other alternatives like mapbox (gives you 100 000 free monthly directions) or open street map (gives you 7000 per day)

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

      it's free brother unless your app has massive traffic

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

    Autocomplete starts at @18

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

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

    Cook!!

  • @NoumanKhan-ck7vx
    @NoumanKhan-ck7vx 2 года назад

    please share you api key so we can also render its not free

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

    Hello Everyone, I need google map api key. Anyone is here who can help me?

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

      google map api is free, but you need to sign up with your credit card. they dont charge you unless you intentionally sign up

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

      @@benzz22126 Hey... Can you explain whether it's free or not.... I am not able tp understand how this works?

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

      @@shruthimohan8438 its free...but you have to provide your credit card because thats their way of verifying youre a human

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

      @@benzz22126 So, once I'll provide my credit card details, will the money will be deducted?

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

      @@benzz22126 please give clarification

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

    Saved ma ass!!!