Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Remove obsolete camera api #11201

Merged
merged 1 commit into from
Feb 20, 2018
Merged

Remove obsolete camera api #11201

merged 1 commit into from
Feb 20, 2018

Conversation

tobrun
Copy link
Member

@tobrun tobrun commented Feb 14, 2018

Following the comment in #11184 (comment): this PR removes the obsolete MapboxMap camera api in favor of MapboxMap#moveTo api. To support the same use-cases CameraUpdateFactory#bearingTo and CameraUpdateFactory#tiltTo were added.

cc @jfirebaugh

@tobrun tobrun added the Android Mapbox Maps SDK for Android label Feb 14, 2018
@tobrun tobrun added this to the android-v6.0.0 milestone Feb 14, 2018
@tobrun tobrun self-assigned this Feb 14, 2018
/**
* Tests camera transformations that aren't part of our public API
*/
public class CameraInternalApiTest extends BaseActivityTest {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@tobrun Is there a chance that we can leave this camera test in place, just swapping for a different API?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the tests found in that class were ignored due to being device specific, as long as we don't have #7221 in place. I didn't feel it was worth keeping them around.

@tobrun tobrun merged commit d9e4c61 into release-boba Feb 20, 2018
@tobrun tobrun deleted the tvn-remove-api branch February 20, 2018 15:22
@LukasPaczos LukasPaczos added the SEMVER-MAJOR Requires a major release according to Semantic Versioning rules label Feb 26, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Android Mapbox Maps SDK for Android SEMVER-MAJOR Requires a major release according to Semantic Versioning rules
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants