Skip to content

Releases: mapbox/mapbox-java

Mapbox Java SDK v7.9.0

20 Nov 14:30
1852473

Choose a tag to compare

v7.9.0 - November 20, 2025

Mapbox Java SDK v7.8.0

28 Aug 15:08
5c1134b

Choose a tag to compare

v7.8.0 - August 28, 2025

  • Add StepIntersection#duration (previously available through StepIntersection#getUnrecognizedProperty("duration"))

Mapbox Java SDK v7.7.0

13 Aug 14:34
63fe29d

Choose a tag to compare

v7.7.0 - August 13, 2025

  • Add RouteLeg#notifications

Mapbox Java SDK v7.6.0

01 Aug 10:12
28ad205

Choose a tag to compare

v7.6.0 - August 01, 2025

  • Added StepIntersection#formOfWay property which provides a list representing the "form of way" values for all roads at the step intersection. #1611
  • Added StepIntersection#geometries property which provides a list representing the geometry of each road at the step intersection. #1611
  • Added StepIntersection#access property which provides a list representing the access type for each road at the step intersection. #1611
  • Added StepIntersection#elevated property which provides a list indicating whether each road at the step intersection is elevated. #1611
  • Added StepIntersection#bridge property which provides a list indicating whether each road at the step intersection is a bridge. #1611
  • Added a new voice unit value: DirectionsCriteria#BRITISH_IMPERIAL. This value is now included in DirectionsCriteria#VoiceUnitCriteria. #1611

Mapbox Java SDK v7.5.0

31 Jul 16:40
7364adf

Choose a tag to compare

v7.5.0 - July 31, 2025

  • Updated auto-value-gson to version 0.0.3 and gson to version 2.13.1. #1615

Mapbox Java SDK v7.4.0

11 Apr 09:36
e5f63f2

Choose a tag to compare

v7.4.0 - April 11, 2025

  • Added IntersectionLanes#access property which provides lane access attributes, such as allowed vehicle types for designated lanes. #1608

Mapbox Java SDK v7.3.2

13 Mar 14:18
342f3a8

Choose a tag to compare

v7.3.2 - March 13, 2025

Mapbox Java SDK v7.3.1

15 Oct 13:32
c75057c

Choose a tag to compare

v7.3.1 - October 15, 2024

  • Fixed malformed URL that resulted from previous inclusion of contours_meters as an Isochrone option. #1599

  • Fixed an issue where Isochrone API's contours_meters required at least two input values, instead of only one.

Mapbox Java SDK v7.3.0

04 Oct 08:26
df6742d

Choose a tag to compare

v7.3.0 - October 04, 2024

  • Updated IsoChrone API to support new query parameters including contours_meters, road/route exclusions and departure time. #1596
  • Bumped okhttp version to 4.10.0. #1595

Mapbox Java SDK v7.2.0

28 Aug 14:42
ff132a5

Choose a tag to compare

v7.2.0 - August 28, 2024

  • Added PaymentMethods#etc2 payment method.
  • Added V6StructuredInputQuery#country option.