Function xyz_to_bbox

Source
pub fn xyz_to_bbox(
    x: f64,
    y: f64,
    zoom: u8,
    tms_style: Option<bool>,
    source: Option<Source>,
    tile_size: Option<f64>,
) -> (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)