Skip to content

Mapbox Java SDK v7.10.0

Latest

Choose a tag to compare

@mapbox-github-ci-writer-public-1 mapbox-github-ci-writer-public-1 released this 05 Feb 11:22
· 1 commit to main since this release
26a10e0

v7.10.0 - February 05, 2026

  • Added DirectionsRefreshResponse#fromJson(Reader), a static factory method that deserializes a DirectionsRefreshResponse from a java.io.Reader.
  • Added FlattenListOfPoints to hold a list of points in a more memory-efficient way.
  • Deprecate LineString#coordinates() and Point#coordinates(). It's encouraged to use the new flattenCoordinates() methods.
  • Added DirectionsRoute#weightTypical indicating the weight of the route under typical conditions.