Interface VectorLineWithOffset

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

interface VectorLineWithOffset {
    geometry: VectorLine;
    offset: number;
}

Properties

Properties

geometry: VectorLine

the line data

offset: number

the offset of the line to start processing the dash position