HSlippyMap-3.0.1: OpenStreetMap Slippy Map
HSlippyMap
data Tile #
Constructors
Fields
Instances
Methods
showsPrec :: Int -> Tile -> ShowS #
show :: Tile -> String #
showList :: [Tile] -> ShowS #
type Lat = Float #
type Long = Float #
type X = Integer #
type Y = Integer #
type ZLevel = Integer #
tilesFromBBox :: Tile -> Tile -> Maybe [Tile] #
tileFromLatLong :: Lat -> Long -> ZLevel -> Tile #
tileFromXY :: X -> Y -> ZLevel -> Tile #