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.63k stars 819 forks source link

Mark existing places in google maps #321

Open phootip opened 5 years ago

phootip commented 5 years ago

I try to put marker on existing place in google maps

This is what I can do screenshot from 2019-03-03 19-53-04

This is what I want screenshot from 2019-03-03 19-55-25

I thought https://github.com/fullstackreact/google-maps-react/blob/71d19a5b9b74d4330fb7d1b8e3b8d8ab94647ff7/examples/components/places.js was a way to go but it's not. I found this #200 and it's also not what I want. (it's very useful though) Thank you

cqthanh-zx commented 3 years ago

Hey @phootip , Just recently used this lib, I noticed that if I put clickableIcons on Map it brings me to the correct position and then popping up an info window. The only problem is the Info Window but it's not an issue for me.