HSlippyMap-3.0: OpenStreetMap Slippy Map

Safe HaskellSafe
LanguageHaskell2010

HSlippyMap

Documentation

data Tile #

Instances

Show Tile # 

Methods

showsPrec :: Int -> Tile -> ShowS #

show :: Tile -> String #

showList :: [Tile] -> ShowS #

tlat :: Tile -> Lat #

tlong :: Tile -> Long #

tx :: Tile -> X #

ty :: Tile -> Y #

tz :: Tile -> ZLevel #

tileFromLatLong :: Lat -> Long -> ZLevel -> Tile #

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