Skip to content

Mapbox Java SDK v6.0.0-alpha.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@LukasPaczos LukasPaczos released this 28 Jul 10:27
· 182 commits to main since this release
  • Removed accessToken from RouteOptions and moved it to MapboxDirections instead. This simplifies serialization and deserialization of route objects without potential leaks of data under the assumption that an entity that makes a route request has an ability to provide an access token without the route object having to transport it. #1276