package geojson

  1. Overview
  2. Docs

Module Geometry.MultiPointSource

Sourcetype t

A multipoint is an array of positions.

Sourceval coordinates : t -> Position.t array

Get the positions that make up this multipoint object.

Sourceval v : Position.t array -> t

Create a multipoint object from an array of positions.

OCaml

Innovation. Community. Security.