·
1 commit
to main
since this release
v7.10.0 - February 05, 2026
- Added
DirectionsRefreshResponse#fromJson(Reader), a static factory method that deserializes aDirectionsRefreshResponsefrom ajava.io.Reader. - Added
FlattenListOfPointsto hold a list of points in a more memory-efficient way. - Deprecate
LineString#coordinates()andPoint#coordinates(). It's encouraged to use the newflattenCoordinates()methods. - Added
DirectionsRoute#weightTypicalindicating the weight of the route under typical conditions.