File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,20 @@ Mapbox welcomes participation and contributions from everyone.
44
55### master
66
7- - Added support for Turf area measurement method [ #1079 ] ( https://github.com/mapbox/mapbox-java/pull/1079 )
7+ ### 5.0.0 - January 8, 2020
8+
9+ - Update to AndroidX annotation [ #1095 ] ( https://github.com/mapbox/mapbox-java/pull/1095 )
10+ - Rename references of ` mapIds ` to ` tileSetIds ` [ #1047 ] (https://github.com/mapbox/mapbox-java/pull/ 1047)
11+ - Removed deprecated getCall() method in IsochroneService [ #1099 ] (https://github.com/mapbox/mapbox-java/pull/ 1099)
12+ - Directions junction view api [ #1097 ] ( https://github.com/mapbox/mapbox-java/pull/1097 )
13+ - Add banner component type [ #1098 ] ( https://github.com/mapbox/mapbox-java/pull/1098 )
14+ - Remove references to enterprise from geocoding docs [ #1084 ] ( https://github.com/mapbox/mapbox-java/pull/1084 )
15+ - Add network interceptor to directions [ #1093 ] (https://github.com/mapbox/mapbox-java/pull/ 1093)
16+ - Replaced NotNull with NonNull annotation in TurfConversion class [ #1092 ] (https://github.com/mapbox/mapbox-java/pull/ 1092)
17+ - BannerText, RouteOptions builders: removed nullable annotations [ #1091 ] (https://github.com/mapbox/mapbox-java/pull/ 1091)
18+ - Adding and adjusting repo issue templates [ #1069 ] (https://github.com/mapbox/mapbox-java/pull/ 1069)
19+ - Adding combine turf method [ #1008 ] (https://github.com/mapbox/mapbox-java/pull/ 1008)
20+ - Add turf area measurement method. [ #1079 ] ( https://github.com/mapbox/mapbox-java/pull/1079 )
821
922### 4.9.0 - September 23, 2019
1023- Added intersection search support to MapboxGeocoding [ #1074 ] ( https://github.com/mapbox/mapbox-java/pull/1074 )
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ repositories {
4646}
4747
4848dependencies {
49- implementation 'com.mapbox.mapboxsdk:mapbox-sdk-services:4.10 .0-SNAPSHOT'
49+ implementation 'com.mapbox.mapboxsdk:mapbox-sdk-services:5.1 .0-SNAPSHOT'
5050}
5151```
5252
You can’t perform that action at this time.
0 commit comments