-
Notifications
You must be signed in to change notification settings - Fork 7
infoWindow for markers #3
Comments
Can you precise how this would be exposed at the API level? We are using https://github.com/tomchentw/react-google-maps |
I haven't put much thought into how this should be exposed. I was only thinking about using existing API, like this:
Do you think it's possible? |
The best way is to actually try it I am sure its feasible: clone the repo, npm install, npm run dev then hack around and see how to pass this option to react-google-maps. Should not be that hard. Let me know |
This would be perfect. I've been trying to get the markers clickable with no luck just yet. |
Hi, https://github.com/jdrzejb/instantsearch-googlemaps Here is my fork. Could you check it out? |
That's awesome work, I am having a look right now, thanks. |
I am adding more commits and polishing the interface, again thanks for awesome kickstart I will get back to you very soon |
Hi,
I have another idea to make this plugin work better.
There is a property of InfoWindow in Google Maps API. It could be integrated into markers - it shouldn't be a problem, since there is already a marker function in code, and it only needs infoWindow object.
The text was updated successfully, but these errors were encountered: