geojson-2.0.0: 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.GeoPoint

Contents

Description

 

Synopsis

Type

newtype GeoPoint Source #

Instances

Eq GeoPoint Source # 
Show GeoPoint Source # 
Generic GeoPoint Source # 

Associated Types

type Rep GeoPoint :: * -> * #

Methods

from :: GeoPoint -> Rep GeoPoint x #

to :: Rep GeoPoint x -> GeoPoint #

ToJSON GeoPoint Source # 
FromJSON GeoPoint Source # 
NFData GeoPoint Source # 

Methods

rnf :: GeoPoint -> () #

type Rep GeoPoint Source # 
type Rep GeoPoint = D1 * (MetaData "GeoPoint" "Data.Geospatial.Internal.Geometry.GeoPoint" "geojson-2.0.0-83h4RRWcSVDK020mHmpqKJ" True) (C1 * (MetaCons "GeoPoint" PrefixI True) (S1 * (MetaSel (Just Symbol "_unGeoPoint") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * GeoPositionWithoutCRS)))