pub fn tile(
lng: f64,
lat: f64,
zoom: u8,
truncate: Option<bool>,
) -> Result<Tile, UtilesCoreError>Expand description
Return Tile struct from longitude, latitude, and zoom.
ยงErrors
Returns error if the lnglat can not be converted to web mercator.