PolygonLayerOptions interface
在 PolygonLayer 中轉譯 Polygon 和 MultiPolygon 物件時所使用的選項。
- Extends
屬性
fill |
填滿是否應該反鋸齒。
預設 |
fill |
要填入多邊形的色彩。
預設 |
fill |
介於 0 和 1 之間的數位,表示繪製填滿的不透明度。
預設 |
fill |
用於繪製影像填滿的Sprite影像名稱。 針對無縫模式,影像寬度必須是兩個 (2、4、8、...、512) 的因數。 |
source | 層次將呈現之數據源的標識碼或實例。 |
source |
當圖層的來源是 VectorTileSource 時,則為必要專案。 向量來源可以在其中有多個圖層,這會識別要在此圖層中轉譯的圖層。 禁止所有其他來源類型使用。 |
繼承的屬性
filter | 表達式,指定來源特徵的條件。 只會顯示符合篩選條件的功能。 |
max |
整數,指定要呈現圖層的最大縮放層級。
這個值是獨佔的,也就是層次會顯示在 |
min |
整數,指定要呈現圖層的最小縮放層級。
這個值是包含的,亦即層次會顯示在 |
visible | 指定圖層是否可見。
預設 |
屬性詳細資料
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
sourceLayer
當圖層的來源是 VectorTileSource 時,則為必要專案。 向量來源可以在其中有多個圖層,這會識別要在此圖層中轉譯的圖層。 禁止所有其他來源類型使用。
sourceLayer?: string
屬性值
string
繼承的屬性詳細資料
filter
maxZoom
整數,指定要呈現圖層的最大縮放層級。
這個值是獨佔的,也就是層次會顯示在 maxZoom > zoom >= minZoom
。
預設 24
。
maxZoom?: number
屬性值
number
minZoom
整數,指定要呈現圖層的最小縮放層級。
這個值是包含的,亦即層次會顯示在 maxZoom > zoom >= minZoom
。
預設 0
。
minZoom?: number
屬性值
number