We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea24583 commit 26a10e0Copy full SHA for 26a10e0
CHANGELOG.md
@@ -3,12 +3,15 @@
3
Mapbox welcomes participation and contributions from everyone.
4
5
### main
6
+
7
+### v7.10.0 - February 05, 2026
8
- Added `DirectionsRefreshResponse#fromJson(Reader)`, a static factory method that deserializes a `DirectionsRefreshResponse` from a `java.io.Reader`.
9
- Added `FlattenListOfPoints` to hold a list of points in a more memory-efficient way.
10
- Deprecate `LineString#coordinates()` and `Point#coordinates()`. It's encouraged to use the new `flattenCoordinates()` methods.
11
- Added `DirectionsRoute#weightTypical` indicating the weight of the route under typical conditions.
12
13
14
15
### v7.9.0 - November 20, 2025
16
17
0 commit comments