Releases: mapbox/mapbox-java
Releases · mapbox/mapbox-java
Mapbox Java SDK v7.3.1
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
Mapbox Java SDK v7.2.0
v7.2.0 - August 28, 2024
- Added
PaymentMethods#etc2
payment method. - Added
V6StructuredInputQuery#country
option.
Mapbox Java SDK v7.1.0
v7.1.0 - July 8, 2024
- Optimize memory usage in Directions API model classes by interning frequently occurring strings in JSON.
Mapbox Java SDK v7.0.0
v7 is API and binary is compatible with v6.
v7.0.0 - April 23, 2024
- Added Geocoding V6 Support.
Mapbox Java SDK v6.15.0
v6.15.0 - November 13, 2023
- Added
DirectionsCriteria#PAYMENT_METHOD_ETC2
option to pass asRouteOptions#computeTollCosts
and to receive inIntersectionsLanes#paymentMethods
.
Mapbox Java SDK v6.14.0
v6.14.0 - October 26, 2023
- Added
LegAnnotation#freeflowSpeed
andLegAnnotation#currentSpeed
. To receive these annotations, passDirectionsCriteria.ANNOTATION_FREEFLOW_SPEED
andDirectionsCriteria.ANNOTATION_CURRENT_SPEED
in the request in the "annotations" parameter.
Mapbox Java SDK v6.13.0
v6.13.0 - July 31, 2023
- No additional changes
Mapbox Java SDK v6.13.0-beta.2
v6.13.0-beta.2 - July 28, 2023
- Added
Incident#trafficCodes
.
Mapbox Java SDK v6.13.0-beta.1
v6.13.0-beta.1 - July 11, 2023
- Added
StepIntersection.mergingArea
.