Skip to content

Mapbox Java SDK v6.5.0-beta.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@Guardiola31337 Guardiola31337 released this 27 Apr 21:42
· 99 commits to main since this release

v6.5.0-beta.3 - April 27, 2022

  • Added ignore parameter to Map Matching API. #1424
  • Added roundtrip of unrecognized JSON properties. #1394
  • Added API to access unrecognized JSON properties. See #getUnrecognizedProperty and #getUnrecognizedPropertiesNames in each Directions API model object. #1416
  • Added RouteOptions.Builder#unrecognizedProperties to set custom request parameters to a URL generated by RouteOptions#toUrl only. The custom request parameters are not supported by MapboxDirections service. #1420
  • Removed experimental EV routing request/response parameters. Please use the RouteOptions.Builder#unrecognizedProperties to set experimental request parameters, and #getUnrecognizedProperty to get values from relevant response objects. EV routing parameters documentation is available here. #1422

Known issues

  • RouteOptions#toUrl might still produce invalid URLs (and fail a request or later crash on RouteOptions#fromUrl) if query parameters contain & chars that do not exactly match the <white space>&<white space> pattern. Only this specific pattern is escaped correctly.