Skip to main content

Resolution & grid properties

LocateTile level L partitions the world into a uniform 2^L × 2^L grid.

Angular dimensions

  • Longitude span is 360°
  • Latitude span is 180°

So each tile has:

  • width: 360° / 2^L
  • height: 180° / 2^L

Approximate linear dimensions

The table below includes approximate linear sizes computed using a WGS‑84 equatorial radius for the east–west size at the equator, and a half-circumference for north–south size.

These are approximate linear distances intended for intuition. LocateTile itself is defined in geodetic degrees with the v1 boundary semantics.

Table (levels 0–16)

LevelTiles per axisTotal tilesTile width (deg)Tile height (deg)Width @ equator (km)Height (km)Max error radius (km)
011360.000000180.00000040075.01720037.50822402.615
124180.00000090.00000020037.50810018.75411201.308
241690.00000045.00000010018.7545009.3775600.654
386445.00000022.5000005009.3772504.6892800.327
41625622.50000011.2500002504.6891252.3441400.163
532102411.2500005.6250001252.344626.172700.082
66440965.6250002.812500626.172313.086350.041
7128163842.8125001.406250313.086156.543175.020
8256655361.4062500.703125156.54378.27287.510
95122621440.7031250.35156278.27239.13643.755
10102410485760.3515620.17578139.13619.56821.878
11204841943040.1757810.08789119.5689.78410.939
124096167772160.0878910.0439459.7844.8925.469
138192671088640.0439450.0219734.8922.4462.735
14163842684354560.0219730.0109862.4461.2231.367
153276810737418240.0109860.0054931.2230.6110.684
166553642949672960.0054930.0027470.6110.3060.342

Choosing a level

  • Higher level → smaller tiles → higher spatial precision
  • Higher level may also reduce privacy (less ambiguity within a tile)
  • In ZK settings, higher level can increase constraint costs if region compilation expands tile counts

For protocol use, treat level as part of the execution format and bind it in transcripts/manifests.