-
Notifications
You must be signed in to change notification settings - Fork 936
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to add custom block on hover over polygon by using the polygon component #311
Comments
Provide a function to onMouseover as provided by the event list. |
Thanks @RishabhJain96 , Also custom block is not working for markers when i am using it inside MarkerClusterer component, any idea how we can add info window on it. Thanks for the help. |
Could you provide some code? |
import React from "react" export default React.createClass({
}) |
@RishabhJain96 : In my code it's not showing info window on click on a clustered marker. any idea how we can do it. Thanks |
HI @RishabhJain96 and @ALL , i am using code below and it's not working. thanks for the help
|
Hi @tomchentw I am trying to use InfoWindow component inside the Polygon component, it's not working. Can you please tell me how can i fix this. Thanks |
@nishankkumar1994 Also, 6.0.0 is released on npm beta tag now. See the changelog here. We also have a new demo page. Feel free to try it: |
hello creating an Info Window for polygons, How we can render Info window for polygons. Is this possible? |
No description provided.
The text was updated successfully, but these errors were encountered: