reverse-geocoding-0.1.0.0: Simple reverse geocoding using OpenStreeMap

Safe HaskellNone
LanguageHaskell2010

Data.Geolocation.Reverse.Types

Synopsis

Documentation

newtype Latitude Source

Input types

Latitude : newtype over double

Constructors

Latitude (Maybe Double) 

newtype Longitude Source

Longitude : newtype over double

Constructors

Longitude (Maybe Double) 

newtype City Source

Output types

Constructors

City Text 

data ParsedLocationInfo Source

Parsed Location Info: Country code and city are mandatory, all other info is optional