geojson-types-0.1.1: GeoJSON data types including JSON/BSON conversion.

Copyright(C) 2016 Markus Barenhoff
LicenseBSD-style (see the file LICENSE)
MaintainerMarkus Barenhoff <mbarenh@alios.org>
Stabilityprovisional
PortabilityMultiParamTypeClasses, FunctionalDependencies
Safe HaskellNone
LanguageHaskell2010

Data.GeoJSON.Classes

Description

 

Documentation

class (GeoJSONObject a, BaseType t) => HasGeoJSON a t b | b -> t, b -> a where Source

Methods

geoJSON :: Getter b (GeoJSON a t) Source