Values.IsolineConnectionSourceRepresents a segment of the transportation network that connects separate parts of a reachable area. These connections show how discontinuous areas are linked, such as by ferry routes or bridges crossing unroutable terrain.
type nonrec t = {fromPolygonIndex : IsolineConnectionFromPolygonIndexInteger.t option;The index of the starting polygon in the isoline's Geometries list.
*)geometry : IsolineConnectionGeometry.t option;The shape of the connection, representing the actual path through the transportation network that links the polygons.
*)toPolygonIndex : IsolineConnectionToPolygonIndexInteger.t option;The index of the ending polygon in the isoline's Geometries list.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of IsolineConnectionFromPolygonIndexInteger.t
| `Structure of
(string
* [> `List of [> `List of [> `Double of Double.t ] list ] list
| `String of Polyline.t ])
list ])
list ]