You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But i can't handle click on Marker
I see no event. Any idea ?
return ( <Marker
key={index}
ref={ref}
position={marker.position}
onClick={this.handleMarkerClick.bind(this,marker)} >
{/*
Show info window only if the 'showInfo' key of the marker is true.
That is, when the Marker pin has been clicked and 'handleMarkerClick' has been
Successfully fired.
*/}
{marker.showInfo ? this.renderInfoWindow(ref, marker) : null}
</Marker>
The text was updated successfully, but these errors were encountered:
Hi,
I tried this example
http://react-google-maps.tomchentw.com/#/basics/pop-up-window?_k=ylwfg9
But i can't handle click on Marker
I see no event. Any idea ?
The text was updated successfully, but these errors were encountered: