summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/maps/Projection.java
Commit message (Collapse)AuthorAgeFilesLines
* [android] - create smallest possible LatLngBounds when visible region ↵Tobrun2017-08-171-8/+7
| | | | crosses the dateline
* [android] - re-add projectedMetersTobrun Van Nuland2017-08-151-0/+15
|
* [android] - map's visible region fix #9427 (#9428)Łukasz Paczos2017-07-061-4/+4
|
* [all] Remove redundant scale-related camera methodsJohn Firebaugh2017-04-131-1/+1
| | | | We don't need to have two different measurement systems for map zoom.
* [android] - move calculating a bounding box zoom level to projection. (#8133)Tobrun2017-02-231-0/+10
|
* Adds checkstyle to CI (#7442)Cameron Mace2016-12-161-103/+102
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * adds checkstyle to CI * fixed gradlew path * resolved testapp checkstyle violations * added back mapboxMap variable for test * checkstyle annotations * checkstyle SDK round 1 * maps package checkstyle * rest of SDK checkstyle * checkstyle gesture library * checkstyle test * finished rest of test checkstyle * resolved all checkstyle errors * fixed class name * removed old test file * fixed camera postion test * fixed native crash
* [android] - Refactor dependencies, introduce focused components (#7189)Tobrun2016-12-061-26/+40
| | | | | | * [android] - refactor dependencies * ignore tests
* Reusable point fromScreenLocation (#6652)Tobrun2016-10-171-3/+11
| | | | | | | | * Fixed bug where fromScreenLocation would modify the actual Point being passed in * [android] - move reused point to Projection class, migrated screen density logic to projection fixup code to be unit testable
* [android] Cleans up code in map package (#6380)Cameron Mace2016-09-201-10/+10
|
* [android] #5564 - fixes latitude lint range setup for ↵Tobrun2016-07-051-1/+1
| | | | getMetersPerPixelAtLatitude
* [android] #5034 - calculate correct padding for left, top, right and bottomTobrun Van Nuland2016-05-261-6/+8
|
* [android] #5034 - LatLngBounds Camera update not taking map padding in accountTobrun2016-05-261-2/+2
| | | | [android] #5034 - padding not being included in getVisibleBounds
* [android] #3749 - added javadocTobrun2016-03-121-1/+1
|
* [android] #4094 - bring back view packageTobrun2016-02-241-2/+15
|
* [android] #3755 - fix package visibility issue with camera package, added ↵Tobrun2016-02-241-1/+13
| | | | javadoc and general cleanup
* [android] #3758 - Projection / Visible Region implementation.Tobrun2016-02-041-0/+72
[android] #3758 - add VisibleRegion + unit tests, removed boundingbox, cleanup jni, cleanup test app, renamed CoordinateSpan to LatLng.