summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/geometry
Commit message (Expand)AuthorAgeFilesLines
* [android] LatLng bounds cannot be wrapped (#13419)Osana Babayan2018-12-123-245/+94
* [android] - nullify codebase with annotationsTobrun2018-11-076-20/+41
* [android] remove ILatLng and IProjectedMeteres (#13176)Osana Babayan2018-10-315-60/+5
* Revert "[android] - infer nullity"tobrun2018-10-236-41/+20
* [android] - infer nullityTobrun2018-10-126-20/+41
* [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-264-0/+18
* [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-232-8/+43
|\
| * [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-282-4/+33
| * [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-022-30/+35
* LatLng.wrap should return a new instance of LatLng (#10769)Osana Babayan2017-12-211-3/+28
* 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
* Merge branch 'release-ios-v3.6.0-android-v5.1.0'Tobrun2017-07-057-73/+343
|\
| * Revisit Javadoc for 5.1.0 (#9266)Tobrun2017-06-207-73/+343
* | [android] Add ImageSource bindingsAsheem Mamoowala2017-06-191-0/+87
|/
* [android] Preflight argument validity before constructing LatLngJohn Firebaugh2017-04-061-8/+20
* [android] - harden offline region creation, add include method, expose world ...Tobrun2017-03-241-8/+108
* [android] - wrap longitude values from core (#7852)Tobrun2017-02-041-7/+2
* [android] Extract telemetry into MASAntonio Zugaldia2017-02-031-2/+2
* [core] remove trailing whitespace, add trailing newlines, add space after //Konstantin Käfer2017-01-272-2/+2
* Adds checkstyle to CI (#7442)Cameron Mace2016-12-167-740/+756
* 6453 restore tilt after orientation (#6491)Tobrun2016-09-291-7/+4
* [android] #5880 - javadoc cleanup part oneTobrun2016-08-081-3/+3
* [android] latlngbounds includes added in builderCameron2016-07-141-0/+7
* [android] #4475 - Only wrapping when needed in LatLng.wrap(). Making Javadoc ...Brad Leege2016-03-251-1/+4
* [android] #4475 - Introducing LatLng.wrap() and removing usage of wrap() in J...Brad Leege2016-03-251-0/+12
* [android] #4444 - Wrapping all LatLng from nativeLatLngForPixel() to solve pr...Brad Leege2016-03-241-1/+1
* [android] #4320 - rename including to containsTobrun2016-03-151-1/+1
* [android] #3749 - added javadocTobrun2016-03-124-13/+61
* [android] #4097 - update javadoc maps packageTobrun2016-02-251-2/+1
* [android] #4007 - improve coverage geometry packageTobrun2016-02-181-1/+10
* [android] #3758 - Projection / Visible Region implementation.Tobrun2016-02-044-314/+134
* [android] #3754 - newLatLngBounds: unit tests for LatLng and LatLngBounds, bu...Tobrun2016-02-023-201/+46
* [android] #3145 - MapboxMapTobrun2016-01-292-96/+296
* [android] #3503 - remove serialisable interface from classes in geometry pack...Tobrun2016-01-197-46/+147
* [android] #3338 - add javadoc annotations packageTobrun2016-01-198-8/+17