Joseph Arriaza
Joseph Arriaza

Reputation: 13754

How to implement Google Places API in React JS?

I'm trying to implement Google Places API in React JS, but I am not able to do that, I don't know where I have to start, I was looking for some libraries, but everything that I get is about Google Maps, and those are 2 different APIs.

Could someone help me with this?

Upvotes: 1

Views: 15647

Answers (2)

anil sidhu
anil sidhu

Reputation: 963

You can also use react-google-location npm package. it provide everything that you need such as current location,coordinates and google places also.

Upvotes: 1

Paolo Guerra
Paolo Guerra

Reputation: 259

You did not provide much details but I think this tutorial may fits your needs, check it out:

Google Maps React Component

The entire module is available at google-maps-react as indicated in the tutorial.
Hope it helps.

Upvotes: 3

Related Questions