summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/geometry/LatLngBounds.java
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'release-boba' into masterupstream/fabian-merge-v4.0.0Fabian Guerra2018-04-231-8/+25
|\
| * [android] center was calculated incorrectly for LatLngBounds with zero span (...Osana Babayan2018-04-111-4/+3
| * [android] LatLngBounds were not build correctly when lons were the same (#11647)Osana Babayan2018-04-101-1/+1
| * [android] LatLngBounds.union() should take date line into accountOsana Babayan2018-02-281-4/+15
| * [android] LatLngBounds: latNorth should be greater or equal than latSouth Osana Babayan2018-02-271-0/+6
| * [android] LatLngBounds can go over the antimeridian / date line. Osana Babayan2018-02-271-21/+91
* | [android] bounds can go over the antimeridian / date line. (#10892)Osana Babayan2018-02-151-21/+91
|/
* added parameter validation LatLngBounds.from() (#10831)Osana Babayan2018-01-051-1/+33
* add max & min latitude and longitude constants to maps sdk Osana Babayan2018-01-021-8/+13
* 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 crosses...Tobrun2017-08-171-0/+10
* Revisit Javadoc for 5.1.0 (#9266)Tobrun2017-06-201-49/+99
* [android] - harden offline region creation, add include method, expose world ...Tobrun2017-03-241-8/+108
* Adds checkstyle to CI (#7442)Cameron Mace2016-12-161-276/+280
* [android] latlngbounds includes added in builderCameron2016-07-141-0/+7
* [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] #3754 - newLatLngBounds: unit tests for LatLng and LatLngBounds, bu...Tobrun2016-02-021-44/+46
* [android] #3145 - MapboxMapTobrun2016-01-291-0/+296