Type Alias TMVFLineStringStyle

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

Type declaration

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

    The line strings which this style applies to.

  • width: number

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

    0