-
Notifications
You must be signed in to change notification settings - Fork 117
Additional camera zoom/tilt methods #583
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
Conversation
…nt does not persist anymore
b912b82 to
ee4afaa
Compare
danesfeder
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@LukasPaczos this refactor is 💯 awesome work - I don't have much feedback other than the comment on the TODO
| this.previousAccuracyRadius = targetAccuracyRadius; | ||
| } | ||
|
|
||
| // TODO: 12/07/2018 canceling zoom and tilt |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is okay to go into master as is?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Whoops, definitely not. Good catch.
…abled on test devices
ee4afaa to
a6b0f3f
Compare
|
We also need to update the /cc @langsmith |
Closes #544.
While working on #577 I noticed that it's hard to extend the
LocationLayerAnimatorwith new animation types, therefore, I refactored the code and updated the naming schema. Other than that, in this PR:CameraMode#NONE.I'm open for discussion whether the approach taken with the methods that work only if the camera mode is engaged should be the way to go. The example of the required implementation can be found in the test app changes.