pub fn xyz_to_bbox(
x: u32,
y: u32,
zoom: u8,
tms_style: Option<bool>,
source: Option<Source>,
tile_size: Option<u16>,
) -> (f64, f64, f64, f64)Expand description
Convert a tile x-y-z to a bbox of the form [w, s, e, n]
The result can be in lon-lat (WGS84) or WebMercator (900913)
The default result is in WebMercator (900913)