HSlippyMap-3.0.1: OpenStreetMap Slippy Map

Safe HaskellSafe
LanguageHaskell2010

HSlippyMap

Documentation

data Tile #

Constructors

Tile 

Fields

Instances

Show Tile # 

Methods

showsPrec :: Int -> Tile -> ShowS #

show :: Tile -> String #

showList :: [Tile] -> ShowS #

type Lat = Float #

type Long = Float #

type X = Integer #

type Y = Integer #

tileFromXY :: X -> Y -> ZLevel -> Tile #