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

[android] fixed LatLngBounds returned by VisibleRegion when map is rotated #11226

Merged
merged 1 commit into from
Feb 19, 2018

Conversation

osana
Copy link
Contributor

@osana osana commented Feb 16, 2018

smallest bounding box for 4 points cannot
be created using LatLngBounds.fromLatLngs()
as the order matters in that method and that does not work for rotated map

be created using LatLngBounds.fromLatLngs()
as the order matters in that method and that does not work for rotated map
@osana osana requested a review from tobrun February 16, 2018 20:59
@osana osana added the Android Mapbox Maps SDK for Android label Feb 16, 2018
@osana
Copy link
Contributor Author

osana commented Feb 16, 2018

This is a cherry-pick of #11219

@osana osana merged commit 4be4b4b into release-boba Feb 19, 2018
@osana osana deleted the osana-visibleregion-rotated-11137-boba branch February 19, 2018 15:25
@lilykaiser lilykaiser added this to the android-v6.0.0 milestone Feb 19, 2018
@tobrun tobrun modified the milestones: android-v6.0.0, android-v5.5.0 Feb 22, 2018
@tobrun
Copy link
Member

tobrun commented Feb 22, 2018

Bumping this PR to v5.5.0, will cherry pick with the release.

@osana osana modified the milestones: android-v5.5.0, android-v6.0.0 Feb 27, 2018
tobrun pushed a commit that referenced this pull request Mar 1, 2018
…ated

smallest bounding box for 4 points cannot (#11226)
be created using LatLngBounds.fromLatLngs()
as the order matters in that method and that does not work for rotated map
@tobrun tobrun mentioned this pull request Mar 1, 2018
23 tasks
tobrun pushed a commit that referenced this pull request Mar 1, 2018
…ated

smallest bounding box for 4 points cannot (#11226)
be created using LatLngBounds.fromLatLngs()
as the order matters in that method and that does not work for rotated map
@LukasPaczos LukasPaczos mentioned this pull request Mar 2, 2018
23 tasks
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.

None yet

3 participants