Label API
Props
Prop | Default | Description |
---|---|---|
content string | null |
文本标注的内容。支持HTML |
title string | null |
文本标注的标题,当鼠标移至标注上时显示此标题 |
offset {width: number, height: number} | undefined |
文本标注的偏移量 |
position {lng: number, lat: number} | null |
文本标注所在的地理位置 |
style string | null |
文本标注样式。其中styles为JavaScript对象常量,比如: setStyle({ color : "red", fontSize : "12px" }) |
zIndex number | 0 |
覆盖物的zIndex |
massClear string | true |
允许/禁止覆盖物在 map.clearOverlays 方法中被清除 |
Last Updated: 2021-08-29