package geojson

  1. Overview
  2. Docs
type t

A collection of line strings

val lines : t -> LineString.t array

Access the lines

val v : LineString.t array -> t

Create a multiline string

val to_positions : t -> Position.t array array

Convert directly to the positions that make up the lines.

val of_positions : Position.t array array -> t

Convert directly from positions to lines