fullstackreact / google-maps-react

Companion code to the "How to Write a Google Maps React Component" Tutorial
https://www.fullstackreact.com/articles/how-to-write-a-google-maps-react-component/
MIT License
1.64k stars 818 forks source link

Documentation should explain what props are expected in the "google" prop. Or where you need to provide it otherwise (which props are mandatory anyway?). #509

Open RobinHoodCoder opened 3 years ago

RobinHoodCoder commented 3 years ago

I have no idea what the Google prop is. Yes, you'll need an api key, but what else? Only language? I'm getting error messages that I need to provide LatLng but it's not clear where I need to do that.

image