Interface LineConfiguration

interface LineConfiguration {
    color: string;
    zExtractor: ((arg0) => number);
}

Properties

Properties

color: string

Color of the line (hex color string).

zExtractor: ((arg0) => number)

Extract the elevation of a point (an item of the elevation data array).

Type declaration

    • (arg0): number
    • Extract the elevation of a point (an item of the elevation data array).

      Parameters

      • arg0: number[]

      Returns number

Generated using TypeDoc