| Copyright | (C) 2014-2018 HS-GeoJSON Project |
|---|---|
| License | BSD-style (see the file LICENSE.md) |
| Maintainer | Andrew Newman |
| Safe Haskell | None |
| Language | Haskell2010 |
Data.Geospatial.Internal.Geometry.GeoPoint
Contents
Description
Synopsis
Type
Constructors
| GeoPoint | |
Fields | |
Instances
| Eq GeoPoint # | |
| Show GeoPoint # | |
| Generic GeoPoint # | |
| ToJSON GeoPoint # | |
Defined in Data.Geospatial.Internal.Geometry.GeoPoint | |
| FromJSON GeoPoint # | |
| NFData GeoPoint # | |
Defined in Data.Geospatial.Internal.Geometry.GeoPoint | |
| type Rep GeoPoint # | |
Defined in Data.Geospatial.Internal.Geometry.GeoPoint type Rep GeoPoint = D1 (MetaData "GeoPoint" "Data.Geospatial.Internal.Geometry.GeoPoint" "geojson-3.0.4-BhqiBF2k2VrIOFbYjYUDem" True) (C1 (MetaCons "GeoPoint" PrefixI True) (S1 (MetaSel (Just "_unGeoPoint") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 GeoPositionWithoutCRS))) | |