const MAX_INLINE_COORDS: usize = 8;
Maximum number of coords to store inline in a Location object.
Location
This value was chosen to maximize use of space in the underlying SmallVec storage.
SmallVec