react-leaflet-google-layer
react-leaflet-google-layer copied to clipboard
Is it possible to make places of interest clickable?
Is there an option I missed or is this just not possible?
Thanks.
@odysseas12 Hi,
You are correct - there is no option to add places in Leaflet.GridLayer.GoogleMutant (which this library uses to load google maps into leaflet). You can open an issue for them here: https://gitlab.com/IvanSanchez/Leaflet.GridLayer.GoogleMutant
Or use the underlying map that is initialized during the initialization process - it should look like this: https://codesandbox.io/s/basic-usage-with-react-leaflet-v3-forked-hks9tw