reanimate-0.3.0.0: Animation library based on SVGs.

Safe HaskellNone
LanguageHaskell2010

Reanimate.GeoProjection

Contents

Synopsis

Documentation

data LonLat Source #

Constructors

LonLat !Double !Double 
Instances
Eq LonLat Source # 
Instance details

Defined in Reanimate.GeoProjection

Methods

(==) :: LonLat -> LonLat -> Bool #

(/=) :: LonLat -> LonLat -> Bool #

Ord LonLat Source # 
Instance details

Defined in Reanimate.GeoProjection

Read LonLat Source # 
Instance details

Defined in Reanimate.GeoProjection

Show LonLat Source # 
Instance details

Defined in Reanimate.GeoProjection

Hashable LonLat Source # 
Instance details

Defined in Reanimate.GeoProjection

Methods

hashWithSalt :: Int -> LonLat -> Int #

hash :: LonLat -> Int #

Projections

GeoJSON helpers