-
Notifications
You must be signed in to change notification settings - Fork 75
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
Adding a few useful features #56
base: master
Are you sure you want to change the base?
Conversation
setMapData function to change map programatically
setMapData function to change map programatically no annotation image if url not present annotation select/deselect javascript callback onMapMove event
Very useful. Thanks for sharing! These are key features that were needed. |
Is there any way to detect click to the info box. So the user would click on the pin and it opens the info box but then I would like to detect if the user clicks again on the info box. Thanks |
I'm sure there is. It's not a feature I use, so you'd have to build it yourself at this point. I think the original version can detect clicks on the "i" button, at least on ios. |
Yes it does but it seems to have a bug with the index that is passed to the specified javascript function. Will try to fix that bug and maybe submit a pull request. Thanks |
to match iOS
updated with android code for feature parity |
Is there any way to change the pin to display a custom icon instead of a colored pin? |
Could probably be added, depending on cross platform support. Not something I'm personally interested in, so if you want to add it, go ahead! |
Anyway to show an image inside an info window? |
I believe the original code allowed for an icon in the little flag that pops out from a pin when clicked. My updates I believe comment out that functionality, but could be added back in. I'm sure a full image is possible too. |
Hey folks, figured I'd put in a PR with some features I've developed for my app at bustrackdc.com
The main additions/changes are:
This is iOS code -- I'll submit a PR for Android when I can (I've got it written, just have to port it over) if this is useful to you. Or if it's not, no worries, just let me know and I'll keep this stuff to myself.