Type Alias VectorLinesWithOffset

Source
pub type VectorLinesWithOffset = Vec<VectorLineWithOffset>;
Expand description

Built array line data with associated offset to help render dashed lines across tiles.

Aliased Typeยง

struct VectorLinesWithOffset { /* private fields */ }