Taos API Reference
    Preparing search index...

    Interface LineSegmentOptions

    interface LineSegmentOptions {
        height?: number;
        color?: ColorSpec;
        heightAt?: HeightSampler;
    }
    Index

    Properties

    height?: number

    Height (m) above the ground / ellipsoid to float the segments at. Default 1.

    color?: ColorSpec

    Line color (linear RGB), constant or per-feature. Default white.

    heightAt?: HeightSampler

    Drape onto streamed terrain (per-vertex), added to height.