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
{{ message }}
This repository has been archived by the owner on Mar 1, 2021. It is now read-only.
On the route response you include the shape as a polyline. It is highly detailed with many points. Is there a way to request the shape of an 'overview' of the route? That overview would have way less points but still allow rendering the route over a map with acceptable precision.
Thanks!
The text was updated successfully, but these errors were encountered:
There is no way to request a detail level for the returned shape. We have always recommended client side generalization as then the single shape can support whatever rendering scale is needed. If we returned a less detailed shape, then there would be no way for a client to get higher detail without a subsequent call to regenerate the route (we do not maintain any server side state).
We can consider adding a generalization_factor as a route option in the future if you think client side generalization will not meet your needs.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi!
On the route response you include the shape as a polyline. It is highly detailed with many points. Is there a way to request the shape of an 'overview' of the route? That overview would have way less points but still allow rendering the route over a map with acceptable precision.
Thanks!
The text was updated successfully, but these errors were encountered: