Charmatzis / react-leaflet-google

GoogleMaps layer as React component for Leaflet | This repo is obsolete. Plz, use https://github.com/TA-Geoforce/react-leaflet-google
https://github.com/TA-Geoforce/react-leaflet-google
MIT License
29 stars 60 forks source link

Including libraries into options #11

Closed cmilfont closed 7 years ago

cmilfont commented 7 years ago

You can pass libraries like this:

<GoogleLayer googlekey={key} maptype={satellite} libraries={['geometry', 'places']} />