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