geojson-1.3.3: A thin GeoJSON Layer above the aeson library

Copyright(C) 2014-2018 HS-GeoJSON Project
LicenseBSD-style (see the file LICENSE.md)
MaintainerAndrew Newman
Safe HaskellNone
LanguageHaskell2010

Data.Geospatial.Internal.Geometry.GeoMultiPoint

Contents

Description

 
Synopsis

Type

Lenses

To Points

splitGeoMultiPoint :: GeoMultiPoint -> [GeoPoint] Source #

Split GeoMultiPoint coordinates into multiple GeoPoints

mergeGeoPoints :: [GeoPoint] -> GeoMultiPoint Source #

Merge multiple GeoPoints into one GeoMultiPoint