summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/geometry/LatLngBounds.java
Commit message (Collapse)AuthorAgeFilesLines
* LatLngBounds.union parameters should be specified in NESW order (#10728)Osana Babayan2017-12-191-16/+16
|
* [android] Bindings for Custom Geometry SourcesAsheem Mamoowala2017-11-221-0/+19
|
* [android] - avoid adding duplicate points to boundsTobrun2017-09-111-2/+4
|
* [android] - create smallest possible LatLngBounds when visible region ↵Tobrun2017-08-171-0/+10
| | | | crosses the dateline
* Revisit Javadoc for 5.1.0 (#9266)Tobrun2017-06-201-49/+99
| | | | | | | | | | * [android] - revisit public API javadoc * [android] fix javadoc minor mistakes and typos * grammar tweak * add missing public javadoc
* [android] - harden offline region creation, add include method, expose world ↵Tobrun2017-03-241-8/+108
| | | | bounds, update tests (#8517)
* Adds checkstyle to CI (#7442)Cameron Mace2016-12-161-276/+280
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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] latlngbounds includes added in builderCameron2016-07-141-0/+7
| | | | | | Fixes #5574 added includes test
* [android] #4320 - rename including to containsTobrun2016-03-151-1/+1
|
* [android] #3749 - added javadocTobrun2016-03-121-5/+8
|
* [android] #3758 - Projection / Visible Region implementation.Tobrun2016-02-041-6/+3
| | | | [android] #3758 - add VisibleRegion + unit tests, removed boundingbox, cleanup jni, cleanup test app, renamed CoordinateSpan to LatLng.
* [android] #3754 - newLatLngBounds: unit tests for LatLng and LatLngBounds, ↵Tobrun2016-02-021-44/+46
| | | | | | | | | | builder pattern + refactoring. [android] #3754 - Working version using the underlying VisibleCoorindateBounds [android] #3754 - refactor Camera api inside maps package, correctly use factory pattern, LatLngBounds hooks into camera API [android] #3754 - cleanup old API
* [android] #3145 - MapboxMapTobrun2016-01-291-0/+296