-
Notifications
You must be signed in to change notification settings - Fork 240
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 insert active link #133
Comments
Hi there. Either I didn't understand you question, or this is really a general Google Maps API question and not connected to this library. If you have a question about the OverlappingMarkerSpiderfier, please clarify, otherwise I suggest you check out StackOverflow or some other appropriate venue. |
Hi. ` for (var i = 0, len = window.mapData.length; i < len; i++) {
|
You have one listener too many, and you're unnecessarily creating an InfoWindow on every pass through the loop. I think all you need to do is adapt the simple demo, changing the line where the content is assigned to the InfoWindow: |
Hi. How can I insert active link in every sepate marker - for example into text, or in description - or make clickable whole info window? Thanx
The text was updated successfully, but these errors were encountered: