-
Notifications
You must be signed in to change notification settings - Fork 916
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
Possibility to pass custom variables to a marker #54
Comments
Hi @em-ka, You should be able to do this already. I have written a code example below:
|
Hi @jskidd3,
But yours example is much less complicated. Thank you. |
No problem! Glad I could help :-) |
Thank you, @jskidd3 |
@em-ka Could you submit a pull request for this because I need it too but I don't know how to reproduce your change ? Thanks |
mapsplugin#54 Add a params object to marker to add specific parameters (like Id, url, etc.) that can be use in infoClick or other events from marker.getParams()
Pass custom variables to a marker #54
Hi,
I would appreciate a possibility to set custom variables to a marker. e.g. when you want to show additional information after user clicks on an info window (you need to pass some kind of an ID, to be able to show them).
The text was updated successfully, but these errors were encountered: