Constant K_MAX_CELL_LEVEL

Source
pub const K_MAX_CELL_LEVEL: u8 = 30;
Expand description

This is the number of levels needed to specify a leaf cell. This constant is defined here so that the S2::Metric class and the conversion functions below can be implemented without including s2cell_id.h. Please see s2cell_id.h for other useful constants and conversion functions.