Interface Option

interface Option {
    opacity?: number;
    type: mapray.Layer.Type;
    visibility?: boolean;
}

Hierarchy (view full)

Properties

opacity?: number

不透明度

レイヤータイプ

visibility?: boolean

可視性フラグ