-
Notifications
You must be signed in to change notification settings - Fork 154
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
Question - animation #10
Comments
You are right - this type of animation is not currently supported with the existing interfaces. I definitely want to have this in future, though. Pull request? ;-) |
Ok :) |
Thanks a lot for your work — I'll have a look in the next few days |
I haven't finished reviewing the code yet, but have you had a look at this library? It seems to get by without using associated objects. Also, is there a way to unit test the code? Thanks |
Unit tests: while I don't think we can test the animation itself, we can create tests to ensure that annotations are at the right place afterwards. So I need two tests, one for Let's work on the unit tests and take it from there (I would try to implement this without using associated objects). |
Yes I totally agree with you about writing tests first :) as I supposed my first attempt was an hack, I assumed that "other kind of MKAnnotations" could lie around sets and arrays but now I see that only cluster annotations are in there and (like the lib you pointed out) cluster to cluster relations could be saved there. Meanwhile I hope to get a move in/out test soon :) |
Actually there are " |
I think the animations are based on the |
Hi,
I'd like to have my pins moving from cluster position to their own position and viceversa (like the photo application). Unfortunately I don't see how I could implement this with the map animator protocol, for instance how can I get the "parent" location when an annotation is moved in/out from a cluster ?
thanks
The text was updated successfully, but these errors were encountered: