Mapbox Java SDK v6.0.0-alpha.2
Pre-release
Pre-release
LukasPaczos
released this
28 Jul 10:27
·
182 commits
to main
since this release
- Removed
accessToken
fromRouteOptions
and moved it toMapboxDirections
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