Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

139
Views
how to grab a full address from google map

I am using the library name react-google-autocomplete in React. It working fine but it does not return full and complete addresses. For example, I am living in a city named (ABC). ABC has a sector name F-10 and its building name is (Example-Building, F-10). When I type ABC it returns ABC but when I type F-10 and building name it does not return its name. I want to get a full street address, Could someone please help me with how to do it. Thanks

In public.html I've included a google map file

  <script src="https://maps.googleapis.com/maps/api/js?key=API_KEY&libraries=places"></script>



 export const RenderAddress = () => {
  return (
    <Autocomplete
      className="registrationTextField"
      apiKey={"API_KEY"}
      onPlaceSelected={(place) => {
        console.log(place);
      }}
      options={{
        types: ["(regions)"],
        componentRestrictions: { country: "pk" },
      }}
    />
  );
};
about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!