Skip to content

Releases: mapbox/mapbox-java

Mapbox Java SDK v6.4.0-beta.2

10 Mar 16:13
Compare
Choose a tag to compare
Pre-release
  • ⚠️ Fixed an issue where RouteOptions#avoidManeuverRadius field was represented as integer instead of double. This change is breaking but necessary to correctly represent the Directions API structure. #1376
  • Added railwayCrossing field to StepIntersection which indicates whether there is a railway crossing at the intersection. #1375
  • Added ability to handle encoded coordinates in RouteOptions#toUrl. #1377

Mapbox Java SDK v6.4.0-beta.1

22 Feb 15:13
Compare
Choose a tag to compare
Pre-release
  • Exposed viaWaypoints in RouteLeg #1364
  • Added RouteOptions#excludeObject for providing points that should be avoided in the returned route. #1362
  • Updated nullability of DirectionsWaypoint properties to reflect the API structure. #1360
  • Added DirectionsWaypoint#distance property. #1360
  • Added experimental EV routing request/response parameters. These change will only be part of pre-releases (removed from final versions) until refactored into stable APIs in the future. #1365

Mapbox Java SDK v6.3.0

22 Feb 15:19
Compare
Choose a tag to compare
  • No additional changes.

Mapbox Java SDK v6.3.0-beta.1

28 Jan 13:11
Compare
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
Compare
Choose a tag to compare

v6.2.0 - January 20, 2022

Mapbox Java SDK v6.2.0-beta.2

30 Nov 23:58
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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.