BubbleLayerOptions interface
在 BubbleLayer 中轉譯 Point 物件時所使用的選項。
- Extends
屬性
blur | 要模糊圓圈的數量。
值為 1 會模糊圓形,只讓中心點處於完全不透明度。
預設 |
color | 要填入圓形符號的色彩。
預設 |
opacity | 介於 0 和 1 之間的數位,表示繪製圓形的不透明度。
預設 |
pitch |
指定傾斜地圖時圓形的方向。 '「map」':圓形對齊地圖的平面。 '「viewport」':圓形對齊檢視區的平面。 預設值:'「viewport」' |
radius | 圓形符號的半徑,以圖元為單位。
必須大於或等於 0。
預設 |
source | 圖層將呈現之資料來源的識別碼或實例。 |
source |
當圖層的來源是 VectorTileSource 時,則為必要專案。 向量來源可以在其中有多個圖層,這會識別要在此圖層中轉譯的圖層。 禁止所有其他來源類型使用。 |
stroke |
圓形外框的色彩。
預設 |
stroke |
介於 0 和 1 之間的數位,表示繪製圓形外框的不透明度。
預設 |
stroke |
圓形外框的寬度,以圖元為單位。
預設 |
繼承的屬性
filter | 運算式,指定來源特徵的條件。 只會顯示符合篩選準則的功能。 |
max |
整數,指定要呈現圖層的最大縮放層級。
這個值是獨佔的,也就是圖層會顯示在 |
min |
整數,指定要呈現圖層的最小縮放層級。
此值是包含的,亦即圖層會顯示在 |
visible | 指定圖層是否可見。
預設 |
屬性詳細資料
blur
要模糊圓圈的數量。
值為 1 會模糊圓形,只讓中心點處於完全不透明度。
預設 0
。
blur?: number | DataDrivenPropertyValueSpecification<number>
屬性值
number | DataDrivenPropertyValueSpecification<number>
color
要填入圓形符號的色彩。
預設 "#1A73AA"
。
color?: string | DataDrivenPropertyValueSpecification<string>
屬性值
string | DataDrivenPropertyValueSpecification<string>
opacity
介於 0 和 1 之間的數位,表示繪製圓形的不透明度。
預設 1
。
opacity?: number | DataDrivenPropertyValueSpecification<number>
屬性值
number | DataDrivenPropertyValueSpecification<number>
pitchAlignment
指定傾斜地圖時圓形的方向。
'「map」':圓形對齊地圖的平面。
'「viewport」':圓形對齊檢視區的平面。
預設值:'「viewport」'pitchAlignment?: "map" | "viewport"
屬性值
"map" | "viewport"
radius
圓形符號的半徑,以圖元為單位。
必須大於或等於 0。
預設 8
。
radius?: number | DataDrivenPropertyValueSpecification<number>
屬性值
number | DataDrivenPropertyValueSpecification<number>
source
sourceLayer
當圖層的來源是 VectorTileSource 時,則為必要專案。 向量來源可以在其中有多個圖層,這會識別要在此圖層中轉譯的圖層。 禁止所有其他來源類型使用。
sourceLayer?: string
屬性值
string
strokeColor
圓形外框的色彩。
預設 "#FFFFFF"
。
strokeColor?: string | DataDrivenPropertyValueSpecification<string>
屬性值
string | DataDrivenPropertyValueSpecification<string>
strokeOpacity
介於 0 和 1 之間的數位,表示繪製圓形外框的不透明度。
預設 1
。
strokeOpacity?: number | DataDrivenPropertyValueSpecification<number>
屬性值
number | DataDrivenPropertyValueSpecification<number>
strokeWidth
圓形外框的寬度,以圖元為單位。
預設 2
。
strokeWidth?: number | DataDrivenPropertyValueSpecification<number>
屬性值
number | DataDrivenPropertyValueSpecification<number>
繼承的屬性詳細資料
filter
maxZoom
整數,指定要呈現圖層的最大縮放層級。
這個值是獨佔的,也就是圖層會顯示在 maxZoom > zoom >= minZoom
。
預設 24
。
maxZoom?: number
屬性值
number
minZoom
整數,指定要呈現圖層的最小縮放層級。
此值是包含的,亦即圖層會顯示在 maxZoom > zoom >= minZoom
。
預設 0
。
minZoom?: number
屬性值
number