summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDK/src/test/java/com/mapbox/mapboxsdk/camera/CameraPositionTest.java
Commit message (Collapse)AuthorAgeFilesLines
* [android] - manually write and read camera's padding array to parcelŁukasz Paczos2019-10-101-0/+11
| | | | This avoids relying on Parcel's util methods that do not handle null arrays gracefully.
* [android] expose camera padding optionŁukasz Paczos2019-08-291-16/+26
| | | | This removes the cached insets on the Android side, making the core TransformState the source of truth. This still leaves an option to lazily set the padding which is going to be applied only when the next camera animation is started.
* [android] refactor move unit tests from test app to sdk and add some ↵Pablo Guardiola2017-05-111-0/+110
annotation manager tests (add marker and add markers) (#8261)