Interface SkylineOptions

天际线分析参数

interface SkylineOptions {
    hiddenGlobe?: boolean;
    lineColor?: string;
    lineWidth?: number;
}

Properties

hiddenGlobe?: boolean

是否隐藏地球

lineColor?: string

天际线颜色

lineWidth?: number

天际线宽度