Function ll_to_tile

Source
pub fn ll_to_tile(
    lonlat: (f64, f64),
    zoom: u8,
    tile_size: Option<f64>,
) -> (u32, u32)
Expand description

Convert a lat-lon and zoom to the tile’s x-y coordinates Return the tile x-y