Interface VectorLine3DWithOffset

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

interface VectorLine3DWithOffset {
    geometry: VectorLine3D;
    offset: number;
}

Properties

Properties

geometry: VectorLine3D

the line data

offset: number

the offset of the line to start processing the dash position