Mapbox Java SDK v6.8.0-beta.1
Pre-release
Pre-release
·
86 commits
to main
since this release
- Fixed an issue where the
RouteOptions#...Listparameters were not reset correctly (for example,routeOptions.toBuilder().bearingsList(null).build()did not reset bearings to null). #1469 - Added
RouteOptions.snappingIncludeStaticClosuresandRouteOptions.snappingIncludeStaticClosuresList. #1469 - Added
RouteOptions#computeTollCostrequest parameter that when set totruecan returnDirectionsRoute#tollCosts, if data is available. #1458