summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/geometry/LatLngBounds.java
Commit message (Expand)AuthorAgeFilesLines
* [android] LatLng bounds cannot be wrapped (#13419)Osana Babayan2018-12-121-226/+92
* [android] - nullify codebase with annotationsTobrun2018-11-071-6/+17
* [android] remove ILatLng and IProjectedMeteres (#13176)Osana Babayan2018-10-311-3/+3
* Revert "[android] - infer nullity"tobrun2018-10-231-17/+6
* [android] - infer nullityTobrun2018-10-121-6/+17
* [android] - correct latlngbounds exception messageTobrun2018-09-051-1/+1
* [android] using @Keep annotation across the project with the help of lint checksŁukasz Paczos2018-07-261-0/+6
* [android] - remove unique LatLng validation of LatLngBounds buildertobrun2018-07-091-31/+21
* [android] added more tests for LatLngBounds.union(), LatLngBounds.intersect()...Osana Babayan2018-05-111-51/+175
* [android] - unwrap LatLngBounds before creating core objectŁukasz Paczos2018-05-021-8/+5
* Revert "[android] - unwrap LatLngBounds for the shortest path when passing to...Łukasz Paczos2018-05-021-37/+8
* [android] - unwrap LatLngBounds for the shortest path when passing to core (#...Łukasz Paczos2018-04-241-8/+37
* 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