Reputation: 13754
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
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
Reputation: 259
You did not provide much details but I think this tutorial may fits your needs, check it out:
The entire module is available at google-maps-react
as indicated in the tutorial.
Hope it helps.
Upvotes: 3