HtmlMarkerOptions interface
轉譯 HtmlMarker 物件的選項
- Extends
屬性
anchor | 指出標記相對於其在地圖上位置的位置。
選擇性值: |
color | 色彩值,取代字串 htmlContent 中包含的任何 {color} 佔位符屬性。
預設 |
draggable | 指出使用者是否可以使用滑鼠或觸控控件拖曳標記的位置。
預設 |
html |
標記的 HTML 內容。 可以是 HTMLElement 或 HTML 字串。 使用 HtmlMarker 類別的 setOptions 函式,將 {text} 和 {color} 新增至 HTML 字串做為佔位符,讓您輕鬆地在標記中更新這些值。 這可讓您建立單一 HTML 標記字串,做為多個標記的範本。 |
pixel |
以像素為單位的位移,以相對於標記中心移動快顯。
負數表示向左和向上。預設 |
popup | 附加至標記的彈出視窗。 |
position | 標記的位置。
預設 |
secondary |
色彩值,取代字串 htmlContent 中包含的任何 {secondaryColor} 占位符屬性。
預設 |
text | 文字字串,取代字串 htmlContent 中包含的任何 {text} 佔位符屬性。 |
visible | 指定標記是否可見。
預設 |
屬性詳細資料
anchor
指出標記相對於其在地圖上位置的位置。
選擇性值:"center"
、"top"
、、、"bottom"
、"right"
"left"
、"top-left"
、"bottom-left"
"top-right"
。 "bottom-right"
預設 "bottom"
anchor?: PositionAnchor
屬性值
color
色彩值,取代字串 htmlContent 中包含的任何 {color} 佔位符屬性。
預設 "#1A73AA"
color?: string
屬性值
string
draggable
指出使用者是否可以使用滑鼠或觸控控件拖曳標記的位置。
預設 false
draggable?: boolean
屬性值
boolean
htmlContent
標記的 HTML 內容。 可以是 HTMLElement 或 HTML 字串。 使用 HtmlMarker 類別的 setOptions 函式,將 {text} 和 {color} 新增至 HTML 字串做為佔位符,讓您輕鬆地在標記中更新這些值。 這可讓您建立單一 HTML 標記字串,做為多個標記的範本。
htmlContent?: string | HTMLElement
屬性值
string | HTMLElement
pixelOffset
popup
position
secondaryColor
色彩值,取代字串 htmlContent 中包含的任何 {secondaryColor} 占位符屬性。
預設 "white"
secondaryColor?: string
屬性值
string
text
文字字串,取代字串 htmlContent 中包含的任何 {text} 佔位符屬性。
text?: string
屬性值
string
visible
指定標記是否可見。
預設 true
visible?: boolean
屬性值
boolean