pub fn xyz_to_bbox(
    zoom: u8,
    min_x: u32,
    min_y: u32,
    max_x: u32,
    max_y: u32
) -> [f64; 4]
Expand description

Convert min/max XYZ tile coordinates to a bounding box values. The result is [min_lng, min_lat, max_lng, max_lat]