Releases: mapbox/mapbox-java
Releases · mapbox/mapbox-java
Mapbox Java SDK v7.10.0
v7.10.0 - February 05, 2026
- Added
DirectionsRefreshResponse#fromJson(Reader), a static factory method that deserializes aDirectionsRefreshResponsefrom ajava.io.Reader. - Added
FlattenListOfPointsto hold a list of points in a more memory-efficient way. - Deprecate
LineString#coordinates()andPoint#coordinates(). It's encouraged to use the newflattenCoordinates()methods. - Added
DirectionsRoute#weightTypicalindicating the weight of the route under typical conditions.
Mapbox Java SDK v7.9.0
v7.9.0 - November 20, 2025
Mapbox Java SDK v7.8.0
v7.8.0 - August 28, 2025
- Add
StepIntersection#duration(previously available throughStepIntersection#getUnrecognizedProperty("duration"))
Mapbox Java SDK v7.7.0
v7.7.0 - August 13, 2025
- Add
RouteLeg#notifications
Mapbox Java SDK v7.6.0
v7.6.0 - August 01, 2025
- Added
StepIntersection#formOfWayproperty which provides a list representing the "form of way" values for all roads at the step intersection. #1611 - Added
StepIntersection#geometriesproperty which provides a list representing the geometry of each road at the step intersection. #1611 - Added
StepIntersection#accessproperty which provides a list representing the access type for each road at the step intersection. #1611 - Added
StepIntersection#elevatedproperty which provides a list indicating whether each road at the step intersection is elevated. #1611 - Added
StepIntersection#bridgeproperty 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 inDirectionsCriteria#VoiceUnitCriteria. #1611
Mapbox Java SDK v7.5.0
Mapbox Java SDK v7.4.0
v7.4.0 - April 11, 2025
- Added
IntersectionLanes#accessproperty which provides lane access attributes, such as allowed vehicle types for designated lanes. #1608
Mapbox Java SDK v7.3.2
Mapbox Java SDK v7.3.1
v7.3.1 - October 15, 2024
-
Fixed malformed URL that resulted from previous inclusion of
contours_metersas an Isochrone option. #1599 -
Fixed an issue where Isochrone API's
contours_metersrequired at least two input values, instead of only one.