Mappedin JS - v6.14.0
    Preparing search index...

    Type Alias TMVFLineStringStyle

    TMVFLineStringStyle: TMVFStyle & {
        lineStrings: (EntranceId | ObstructionId | SpaceId)[];
        topColor?: string;
        width: number;
    }

    Type Declaration

    • lineStrings: (EntranceId | ObstructionId | SpaceId)[]

      The line strings which this style applies to.

    • OptionaltopColor?: string

      Optional color for the top face of extruded geometry. If not specified, falls back to color.

      ^#[0-9a-fA-F]{6}$

    • width: number

      The thickness of the line when rendered, in meters, measured from the center to the edge.

      0