Releases: mapbox/mapbox-java
Releases · mapbox/mapbox-java
Mapbox Java SDK v6.4.0-beta.3
- Fixed an issue where
RouteOptions#fromUrl
didn't deserialize the port number. #1382
Mapbox Java SDK v6.4.0-beta.2
⚠️ Fixed an issue whereRouteOptions#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 toStepIntersection
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
- Exposed
viaWaypoints
inRouteLeg
#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
- No additional changes.
Mapbox Java SDK v6.3.0-beta.1
- 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
v6.2.0 - January 20, 2022
Mapbox Java SDK v6.2.0-beta.2
Mapbox Java SDK v6.2.0-beta.1
Mapbox Java SDK v6.1.0
Mapbox Java SDK v6.0.1
v6.0.1 - November 04, 2021
- Refactoring related to URL building for
RouteOptions.toUrl
. #1313