You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sounds good to me! if it's possible it'd be great to add a test for each variant of this, and looks like we'd also need a Distances field on the DirectionMatrixResponsehere to receive both results.
Currently, the matrix module only returns
durations
.But there's an option to also return
distances
. (https://docs.mapbox.com/api/navigation/#matrix)So a fix would be to extend request opts to this
and then add setters for annotations. (setSources, setDestinations, setAnnotation) ..
I'm ready to submit a pr, I just need you to confirm if this is a feature you'd wan't to merge.
The text was updated successfully, but these errors were encountered: