Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Geometries
type json = json
A type to represt JSON values.
module Position : sig ... end
module Point : sig ... end
module MultiPoint : sig ... end
module LineString : sig ... end
module MultiLineString : sig ... end
module Polygon : sig ... end
module MultiPolygon : sig ... end
type geometry =
| Point of Point.t
| MultiPoint of MultiPoint.t
| LineString of LineString.t
| MultiLineString of MultiLineString.t
| Polygon of Polygon.t
| MultiPolygon of MultiPolygon.t
| Collection of t list
foreign_members t
will extract name/value pair of a foreign member from t (a GeoJSON object)