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+ ### v3.1.0
6+ - Added voiceLocale to DirectionsRoute (#804 )
7+ - Added line-slice-along() and degreesToRadians() to Turf functions(#800 )
8+ - Removed java.awt.Color dependency in static map (#793 )
9+ - Add missing RouteOptions params for MapMatching (#792 )
10+ - Added BoundingBox.fromLngLats() for consistency (#789 )
11+ - added toBuilder() to model classes (#787 )
12+
513### v3.0.1
614- Adjust maxspeed annotation [ #777 ] ( https://github.com/mapbox/mapbox-java/pull/777 )
715
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ repositories {
4444}
4545
4646dependencies {
47- compile 'com.mapbox.mapboxsdk:mapbox-sdk-services:3.1 .0-SNAPSHOT'
47+ compile 'com.mapbox.mapboxsdk:mapbox-sdk-services:3.2 .0-SNAPSHOT'
4848}
4949```
5050
Original file line number Diff line number Diff line change 11# Project-wide Gradle settings.
2- VERSION_NAME =3.1 .0-SNAPSHOT
2+ VERSION_NAME =3.2 .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 =3.1 .0-SNAPSHOT
1+ VERSION_NAME =3.2 .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 =3.1 .0-SNAPSHOT
1+ VERSION_NAME =3.2 .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 =3.1 .0-SNAPSHOT
1+ VERSION_NAME =3.2 .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 =3.1 .0-SNAPSHOT
1+ VERSION_NAME =3.2 .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