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

[android] Camera API #3352

Merged
merged 1 commit into from
Dec 18, 2015
Merged

[android] Camera API #3352

merged 1 commit into from
Dec 18, 2015

Conversation

bleege
Copy link
Contributor

@bleege bleege commented Dec 18, 2015

Closes #3244

@bleege bleege added the Android Mapbox Maps SDK for Android label Dec 18, 2015
@bleege bleege self-assigned this Dec 18, 2015
@bleege bleege added this to the android-v2.4.0 milestone Dec 18, 2015
@bleege bleege mentioned this pull request Dec 18, 2015
if (std::isnan(latLng.latitude) || std::isnan(latLng.longitude) || std::isnan(zoom)) {
return;
}

double new_scale = std::pow(2.0, zoom);
mbgl::Log::Info(mbgl::Event::JNI, "flyTo - new_scale: %f", new_scale);
Copy link
Contributor

Choose a reason for hiding this comment

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

Revert the debug logging here.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Just saw your note in the page refresh after testing and merging. I'll remove that next.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Removed in 925687a

@bleege bleege merged commit f7d1a40 into master Dec 18, 2015
@bleege bleege deleted the 3244-lightscameraaction-rebased branch December 18, 2015 20:33
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Android Mapbox Maps SDK for Android
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants