Skip to main content

tile_to_geo

Function tile_to_geo 

Source
pub fn tile_to_geo(tile: &TileId) -> GeoCoord
Expand description

Convert a tile ID (top-left corner) to the geographic coordinate of its north-west corner.

This is the inverse of snapping geo_to_tile(...).tile_id() at integer boundaries.