Skip to content

Releases: mapbox/mapbox-java

Mapbox Java SDK v6.3.0

22 Feb 15:19

Choose a tag to compare

  • No additional changes.

Mapbox Java SDK v6.3.0-beta.1

28 Jan 13:11

Choose a tag to compare

Pre-release
  • Exposed turf.lineIntersect via TurfMisc#lineIntersect using an algorithm with O(nm) time complexity which should suite small to medium sized geometries until a more performant solution is implemented. #1348
  • Fixed an issue where ends of lines where not considered as intersection points. #1348

Mapbox Java SDK v6.2.0

20 Jan 15:19
4213399

Choose a tag to compare

v6.2.0 - January 20, 2022

Mapbox Java SDK v6.2.0-beta.2

30 Nov 23:58

Choose a tag to compare

Pre-release
  • Exposed ShieldSprites, ShieldSprite and ShieldSpriteAttribute in support for mapbox designed route shields. #1336
  • Added a fix so that no forbidden characters are found in the encoded URL. #1337
  • Removed optimization coordinates limit check. #1339

Mapbox Java SDK v6.2.0-beta.1

18 Nov 14:21

Choose a tag to compare

Pre-release
  • Added EXCLUDE_CASH_ONLY_TOLLS(#1309) and EXCLUDE_UNPAVED(#1308) options to DirectionsCriteria.
  • Exposed DirectionsRoute.Builder#routeIndex to allow construction when route object is not generated by mapbox-java library. #1328
  • Added data models for MapboxShield. #1330

Mapbox Java SDK v6.1.0

11 Nov 17:40

Choose a tag to compare

v6.1.0 - November 11, 2021

  • Added avoid_maneuver_radius to Directions API params and avoidManeuverRadius to RouteOptions. #1310
  • Added encoding for parameters transformed with RouteOptions.toUrl. #1317

Mapbox Java SDK v6.0.1

04 Nov 20:02
89f67cb

Choose a tag to compare

v6.0.1 - November 04, 2021

  • Refactoring related to URL building for RouteOptions.toUrl. #1313

Mapbox Java SDK v6.0.0

13 Oct 13:15
7bc9a68

Choose a tag to compare

No additional changes. No issues were identified during testing and the last pre-release has been promoted to stable.

The full list of changes for v6.0.0 is available here.

Mapbox Java SDK v6.0.0-alpha.9

29 Sep 12:21
ffbb755

Choose a tag to compare

Pre-release

Fixed RouteOptions#toUrl() function. #1302

Mapbox Java SDK v6.0.0-alpha.8

28 Sep 11:11

Choose a tag to compare

Pre-release
  • Exposed RouteOptions#toUrl() function.