共用方式為


PolygonLayerOptions interface

在 PolygonLayer 中轉譯 Polygon 和 MultiPolygon 物件時所使用的選項。

Extends

屬性

fillAntialias

填滿是否應該反鋸齒。 預設 true

fillColor

要填入多邊形的色彩。 預設 "#1E90FF"

fillOpacity

介於 0 和 1 之間的數位,表示繪製填滿的不透明度。 預設 0.5

fillPattern

用於繪製影像填滿的Sprite影像名稱。 針對無縫模式,影像寬度必須是兩個 (2、4、8、...、512) 的因數。

source

層次將呈現之數據源的標識碼或實例。

sourceLayer

當圖層的來源是 VectorTileSource 時,則為必要專案。 向量來源可以在其中有多個圖層,這會識別要在此圖層中轉譯的圖層。 禁止所有其他來源類型使用。

繼承的屬性

filter

表達式,指定來源特徵的條件。 只會顯示符合篩選條件的功能。

maxZoom

整數,指定要呈現圖層的最大縮放層級。 這個值是獨佔的,也就是層次會顯示在 maxZoom > zoom >= minZoom。 預設 24

minZoom

整數,指定要呈現圖層的最小縮放層級。 這個值是包含的,亦即層次會顯示在 maxZoom > zoom >= minZoom。 預設 0

visible

指定圖層是否可見。 預設 true

屬性詳細資料

fillAntialias

填滿是否應該反鋸齒。 預設 true

fillAntialias?: boolean

屬性值

boolean

fillColor

要填入多邊形的色彩。 預設 "#1E90FF"

fillColor?: string | DataDrivenPropertyValueSpecification<string>

屬性值

string | DataDrivenPropertyValueSpecification<string>

fillOpacity

介於 0 和 1 之間的數位,表示繪製填滿的不透明度。 預設 0.5

fillOpacity?: number | DataDrivenPropertyValueSpecification<number>

屬性值

number | DataDrivenPropertyValueSpecification<number>

fillPattern

用於繪製影像填滿的Sprite影像名稱。 針對無縫模式,影像寬度必須是兩個 (2、4、8、...、512) 的因數。

fillPattern?: string | DataDrivenPropertyValueSpecification<string>

屬性值

string | DataDrivenPropertyValueSpecification<string>

source

層次將呈現之數據源的標識碼或實例。

source?: string | Source

屬性值

string | Source

sourceLayer

當圖層的來源是 VectorTileSource 時,則為必要專案。 向量來源可以在其中有多個圖層,這會識別要在此圖層中轉譯的圖層。 禁止所有其他來源類型使用。

sourceLayer?: string

屬性值

string

繼承的屬性詳細資料

filter

表達式,指定來源特徵的條件。 只會顯示符合篩選條件的功能。

filter?: Expression

屬性值

繼承自LayerOptions.filter

maxZoom

整數,指定要呈現圖層的最大縮放層級。 這個值是獨佔的,也就是層次會顯示在 maxZoom > zoom >= minZoom。 預設 24

maxZoom?: number

屬性值

number

繼承自LayerOptions.maxZoom

minZoom

整數,指定要呈現圖層的最小縮放層級。 這個值是包含的,亦即層次會顯示在 maxZoom > zoom >= minZoom。 預設 0

minZoom?: number

屬性值

number

繼承自LayerOptions.minZoom

visible

指定圖層是否可見。 預設 true

visible?: boolean

屬性值

boolean

繼承自LayerOptions.visible