Values.RoadSnapSnappedGeometrySourceInterpolated geometry for the snapped route that is overlay-able onto a map.
type nonrec t = {lineString : LineString.t option;An ordered list of positions used to plot a route on a map. LineString and Polyline are mutually exclusive properties.
*)polyline : Polyline.t option;An ordered list of positions used to plot a route on a map in a lossy compression format. LineString and Polyline are mutually exclusive properties.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `List of [> `Double of Double.t ] list ] list
| `String of Polyline.t ])
list ]