Skip to content

Releases: mapbox/mapbox-java

Mapbox Java SDK v6.8.0-beta.4

05 Sep 14:46
3bed27a

Choose a tag to compare

Pre-release
  • Added TurfSimplify#simplify method to simplify LineString using Ramer-Douglas-Peucker algorithm. #1486
  • Added List<Closure> to RouteLegRefresh to make DirectionsRoute#RouteLeg refreshed with closures. #1489

Mapbox Java SDK v6.8.0-beta.3

01 Sep 13:09
0b9f41b

Choose a tag to compare

Pre-release
  • Added subTypes to BannerComponents. #1485

Mapbox Java SDK v6.8.0-beta.2

17 Aug 09:35

Choose a tag to compare

Pre-release
  • Added traffic tendency annotations. #1479

Mapbox Java SDK v6.8.0-beta.1

12 Aug 12:51

Choose a tag to compare

Pre-release
  • Fixed an issue where the RouteOptions#...List parameters were not reset correctly (for example, routeOptions.toBuilder().bearingsList(null).build() did not reset bearings to null). #1469
  • Added RouteOptions.snappingIncludeStaticClosures and RouteOptions.snappingIncludeStaticClosuresList. #1469
  • Added RouteOptions#computeTollCost request parameter that when set to true can return DirectionsRoute#tollCosts, if data is available. #1458

Mapbox Java SDK v6.7.0

12 Aug 12:41

Choose a tag to compare

  • No additional changes

Mapbox Java SDK v6.7.0-beta.1

22 Jul 10:44
0e9ea0e

Choose a tag to compare

Pre-release

v6.7.0-beta.1 - Jul 22, 2022

  • Added Incident.affectedRoadNames. #1457
  • Added StepIntersections.trafficSignal,StepIntersections.stopSign and StepIntersections.yieldSign. #1464
  • Fixed an issue where the MapMatchingMathcing#routeIndex wasn't correctly assigned. #1463

Mapbox Java SDK v6.6.0

30 Jun 20:50

Choose a tag to compare

v6.6.0 - Jun 30, 2022

  • Fixed RouteOptions#toUrl for a case when RouteOptions was deserialized from a json generated by an old version of mapbox-java. #1447
  • Added support for Amenity by exposing them as a part of RestStop. #1454

Mapbox Java SDK v6.5.0

25 May 12:35
929e227

Choose a tag to compare

v6.5.0 - May 25, 2022

  • No additional changes

Mapbox Java SDK v6.5.0-beta.6

17 May 19:58

Choose a tag to compare

Pre-release

v6.5.0-beta.6 - May 17, 2022

  • Added max_weight field to RouteOptions to provide max vehicle weight, metric tons. #1439

Mapbox Java SDK v6.5.0-beta.5

11 May 17:06

Choose a tag to compare

Pre-release

v6.5.0-beta.5 - May 11, 2022

  • Added TollCollection#name field which contains a name of the toll booth/gantry, when available. #1432
  • Improved RouteOptions#toUrl query parameters encoding. This (in between other improvements) adds handling for rarer unescaped characters occurrences (like '&' baked within other string). #1433
  • Added Incidents to RouteLegRefresh which allow to refresh incidents along a route. #1421