pieterv / react-googlemaps

A declarative React interface to Google Maps
MIT License
226 stars 68 forks source link

`google.maps` global object not found, make sure Google maps in included before react-googlemaps is defined #23

Closed christophediprima closed 9 years ago

christophediprima commented 9 years ago

Hi,

I have this error message while I try using the component. Anyone has an idea?

Thanks for helping ! :)

fson commented 9 years ago

@dipdipdip84 You need to load the Google Maps API before the code using react-googlemaps.

See: https://developers.google.com/maps/documentation/javascript/tutorial#Loading_the_Maps_API

pieterv commented 9 years ago

@dipdipdip84 looks like @fson answered this, also check out examples dir for more a specific example