Address Autocomplete | google maps api reactjs

Поділитися
Вставка
  • Опубліковано 5 вер 2024
  • In this video, I have covered How to use google maps api in reactjs application and build a textfield to autofill address.
    If you are looking to learn web development with JavaScript, React Js and Node JS , Feel free to reach out to me.
    www.fiverr.com...
    🔗 Related Playlist:
    • React Js
    Reach out to me:
    shankeyraheja....

КОМЕНТАРІ • 10

  • @Motivational_talks
    @Motivational_talks 27 днів тому +1

    finally through your video, i got learn this, how to implement. Thanks a lot bro

  • @jaumeserradell21
    @jaumeserradell21 10 днів тому +1

    What about the performance warning issue? Thanks!

    • @mitter-yourtechmate4376
      @mitter-yourtechmate4376  4 дні тому

      Hello,
      Thanks for reaching out.
      I have made some corrections to fix this warning in the console.
      github.com/MitterYourTechMate/address_autofill
      This can be fixed by defining places variable outside the component.
      const libraries = ["places"]
      and then using it inside component,
      const { isLoaded } = useJsApiLoader({
      id: "google-map-script",
      googleMapsApiKey: process.env.REACT_APP_GOOGLEMAPS_API_KEY,
      libraries: libraries,
      }).
      Hope this will help. Thanks

  • @_Sravan_
    @_Sravan_ 13 днів тому +1

    Why adding card details? Any payment for this?

    • @mitter-yourtechmate4376
      @mitter-yourtechmate4376  13 днів тому

      Hi, Thanks for reaching out.
      Card details are just to activate the account. No charges for account activation but charges will be later, monthly based on usage.
      This API charges around 2.8$ for 1000 requests, but if you create a new account on google cloud console, it usually gives 300$ credit on free trial to try google services, So you can try this API for free initially.

  • @lauteesien7260
    @lauteesien7260 Місяць тому

    Hi, can I have the code?

    • @mitter-yourtechmate4376
      @mitter-yourtechmate4376  Місяць тому

      Hi,
      Thanks for reaching out. I have updated the code on GitHub:
      github.com/MitterYourTechMate/address_autofill

  • @chetankumar9463
    @chetankumar9463 Місяць тому +1

    Is this a fully paid api or have some free quota?

    • @mitter-yourtechmate4376
      @mitter-yourtechmate4376  Місяць тому +1

      Hi, Thanks for reaching out.
      This API is paid. It charges around 2.8$ for 1000 requests, but if you create a new account on google cloud console, it usually gives 300$ credit on free trial to try google services, So you can try this API for free initially.