include/geokit@mercator_TileCoordOutOfRange.hrl

-record(tile_coord_out_of_range, {
    zoom :: integer(),
    x :: integer(),
    y :: integer()
}).