Skip to content

Mapbox Java SDK v6.8.0-beta.1

Pre-release
Pre-release

Choose a tag to compare

@LukasPaczos LukasPaczos released this 12 Aug 12:51
· 86 commits to main since this release
  • Fixed an issue where the RouteOptions#...List parameters were not reset correctly (for example, routeOptions.toBuilder().bearingsList(null).build() did not reset bearings to null). #1469
  • Added RouteOptions.snappingIncludeStaticClosures and RouteOptions.snappingIncludeStaticClosuresList. #1469
  • Added RouteOptions#computeTollCost request parameter that when set to true can return DirectionsRoute#tollCosts, if data is available. #1458