File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33Mapbox welcomes participation and contributions from everyone.
44
5+ ### v4.4.0 - February 12, 2018
6+ - Add waypointIndices to MapboxDirections, update MapboxMapMaptching to have waypointIndices instead of waypoints
7+ [ #959 ] ( https://github.com/mapbox/mapbox-java/pull/959 ) ,
8+ [ #961 ] ( https://github.com/mapbox/mapbox-java/pull/961 ) ,
9+ [ #962 ] ( https://github.com/mapbox/mapbox-java/pull/962 ) ,
10+ [ #963 ] ( https://github.com/mapbox/mapbox-java/pull/963 )
11+ - Add Interceptor and EventListener to MapboxDirections [ #958 ] ( https://github.com/mapbox/mapbox-java/pull/958 )
12+ - Directions Refresh new implementation [ #955 ] ( https://github.com/mapbox/mapbox-java/pull/955 )
13+ - Update gradle tools versions [ #954 ] ( https://github.com/mapbox/mapbox-java/pull/954 )
14+ - Add getting mapmatching through POST method [ #948 ] ( https://github.com/mapbox/mapbox-java/pull/948 )
15+
516### v4.3.0 - December 18, 2018
617- Do not use BigDecimal for rounding (#938 )[ https://github.com/mapbox/mapbox-java/pull/938 ]
718- Remove coordinate limit from MapboxMapMatching (#940 )[ https://github.com/mapbox/mapbox-java/pull/940 ]
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.4 .0-SNAPSHOT'
49+ compile 'com.mapbox.mapboxsdk:mapbox-sdk-services:4.5 .0-SNAPSHOT'
5050}
5151```
5252
Original file line number Diff line number Diff line change 11# Project-wide Gradle settings.
2- VERSION_NAME =4.4 .0-SNAPSHOT
2+ VERSION_NAME =4.5 .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.4 .0-SNAPSHOT
1+ VERSION_NAME =4.5 .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.4 .0-SNAPSHOT
1+ VERSION_NAME =4.5 .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.4 .0-SNAPSHOT
1+ VERSION_NAME =4.5 .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.4 .0-SNAPSHOT
1+ VERSION_NAME =4.5 .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