你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

HtmlMarkerOptions interface

用于呈现 HtmlMarker 对象的选项

Extends

属性

anchor

指示标记相对于其在地图上的位置的位置。 可选值:"center""top""bottom""left"、、"top-left""right""top-right""bottom-left""bottom-right"。 默认 "bottom"

color

一个颜色值,该值替换字符串 htmlContent 中包含的任何 {color} 占位符属性。 默认 "#1A73AA"

draggable

指示用户是否可以使用鼠标或触摸控件拖动标记的位置。 默认 false

htmlContent

标记的 HTML 内容。 可以是 HTMLElement 或 HTML 字符串。 将 {text} 和 {color} 作为占位符添加到 HTML 字符串,以便使用 HtmlMarker 类的 setOptions 函数轻松更新标记中的这些值。 这使你可以创建单个 HTML 标记字符串,该字符串可用作多个标记的模板。

pixelOffset

相对于标记中心移动弹出窗口的偏移量(以像素为单位)。 负表示向左和向上。默认 [0, 0]

popup

附加到标记的弹出窗口。

position

标记的位置。 默认 [0, 0]

secondaryColor

一个颜色值,该值替换字符串 htmlContent 中包含的任何 {secondaryColor} 占位符属性。 默认 "white"

text

替换字符串 htmlContent 中包含的任何 {text} 占位符属性的文本字符串。

visible

指定标记是否可见。 默认 true

属性详细信息

anchor

指示标记相对于其在地图上的位置的位置。 可选值:"center""top""bottom""left"、、"top-left""right""top-right""bottom-left""bottom-right"。 默认 "bottom"

anchor?: PositionAnchor

属性值

color

一个颜色值,该值替换字符串 htmlContent 中包含的任何 {color} 占位符属性。 默认 "#1A73AA"

color?: string

属性值

string

draggable

指示用户是否可以使用鼠标或触摸控件拖动标记的位置。 默认 false

draggable?: boolean

属性值

boolean

htmlContent

标记的 HTML 内容。 可以是 HTMLElement 或 HTML 字符串。 将 {text} 和 {color} 作为占位符添加到 HTML 字符串,以便使用 HtmlMarker 类的 setOptions 函数轻松更新标记中的这些值。 这使你可以创建单个 HTML 标记字符串,该字符串可用作多个标记的模板。

htmlContent?: string | HTMLElement

属性值

string | HTMLElement

pixelOffset

相对于标记中心移动弹出窗口的偏移量(以像素为单位)。 负表示向左和向上。默认 [0, 0]

pixelOffset?: Pixel

属性值

popup

附加到标记的弹出窗口。

popup?: Popup

属性值

position

标记的位置。 默认 [0, 0]

position?: Position

属性值

secondaryColor

一个颜色值,该值替换字符串 htmlContent 中包含的任何 {secondaryColor} 占位符属性。 默认 "white"

secondaryColor?: string

属性值

string

text

替换字符串 htmlContent 中包含的任何 {text} 占位符属性的文本字符串。

text?: string

属性值

string

visible

指定标记是否可见。 默认 true

visible?: boolean

属性值

boolean