File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11## Changelog for Mapbox Java and Android Services
22
33Mapbox welcomes participation and contributions from everyone.
4+
5+ ### v4.7.0 = April 22, 2019
6+ - Adding BoundingBoxPolygon turf method [ #1006 ] ( https://github.com/mapbox/mapbox-java/pull/1006 )
7+ - Feature.get* Property should return null for non-existent property [ #1001 ] ( https://github.com/mapbox/mapbox-java/pull/1001 )
8+ - added overloaded method bbox that takes in a BoundingBox [ #999 ] ( https://github.com/mapbox/mapbox-java/pull/999 )
9+ - Adding userAgent parameter to Isochrone request retrofit call URL [ #997 ] ( https://github.com/mapbox/mapbox-java/pull/997 )
10+
411### v4.6.0 - April 11, 2019
512- Exclude * .java from being added to library jars [ #992 ] ( https://github.com/mapbox/mapbox-java/pull/992 )
613- Adjust @Nullable and @NonNull annotations to match what comes from Directions API [ #990 ] ( https://github.com/mapbox/mapbox-java/pull/990 )
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ repositories {
4646}
4747
4848dependencies {
49- compile 'com.mapbox.mapboxsdk:mapbox-sdk-services:4.7 .0-SNAPSHOT'
49+ compile 'com.mapbox.mapboxsdk:mapbox-sdk-services:4.8 .0-SNAPSHOT'
5050}
5151```
5252
Original file line number Diff line number Diff line change 11# Project-wide Gradle settings.
2- VERSION_NAME =4.7 .0-SNAPSHOT
2+ VERSION_NAME =4.8 .0-SNAPSHOT
33GROUP =com.mapbox.mapboxsdk
44
55POM_URL =https://github.com/mapbox/mapbox-java
Original file line number Diff line number Diff line change 1- VERSION_NAME =4.7 .0-SNAPSHOT
1+ VERSION_NAME =4.8 .0-SNAPSHOT
22POM_ARTIFACT_ID =mapbox-sdk-core
33POM_NAME =Mapbox Services SDK
44POM_DESCRIPTION =Mapbox Services SDK (core module)
Original file line number Diff line number Diff line change 1- VERSION_NAME =4.7 .0-SNAPSHOT
1+ VERSION_NAME =4.8 .0-SNAPSHOT
22POM_ARTIFACT_ID =mapbox-sdk-geojson
33POM_NAME =Mapbox Services SDK
44POM_DESCRIPTION =Mapbox Services SDK (GeoJSON support)
Original file line number Diff line number Diff line change 1- VERSION_NAME =4.7 .0-SNAPSHOT
1+ VERSION_NAME =4.8 .0-SNAPSHOT
22POM_ARTIFACT_ID =mapbox-sdk-turf
33POM_NAME =Mapbox Services SDK
44POM_DESCRIPTION =Mapbox Services SDK (Turf support)
Original file line number Diff line number Diff line change 1- VERSION_NAME =4.7 .0-SNAPSHOT
1+ VERSION_NAME =4.8 .0-SNAPSHOT
22POM_ARTIFACT_ID =mapbox-sdk-services
33POM_NAME =Mapbox Services SDK
44POM_DESCRIPTION =Mapbox Services SDK (APIs)
You can’t perform that action at this time.
0 commit comments