const MAX_INLINE_COORDS: usize = 15;
Maximum number of coordinates we store inline. Chosen to maximize number of coords while minimizing space overhead.