Skip to content

Mapbox Java SDK v6.4.0-beta.2

Pre-release
Pre-release

Choose a tag to compare

@LukasPaczos LukasPaczos released this 10 Mar 16:13
· 145 commits to main since this release
  • ⚠️ Fixed an issue where RouteOptions#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 to StepIntersection which indicates whether there is a railway crossing at the intersection. #1375
  • Added ability to handle encoded coordinates in RouteOptions#toUrl. #1377