Label
Label
组件用于在地图上创建文本标注,使用时需要指定标注所在的地理坐标位置。用户可以设置文本的偏移量,自定义文本标注样式。
Usage
<Label
content="三月的广州正是“百般红紫斗芳菲""
title="花城赏花季节"
offset={{ width: -200, height: -20 }}
position={{ lng: 113.335509, lat: 23.124334 }}
style={{
color: "blue",
borderRadius: "5px",
borderColor: "#ccc",
padding: "0px",
fontSize: "28px",
height: "48px",
lineHeight: "48px",
fontFamily: "微软雅黑",
}}
/>
API
Examples
Custom Label
添加自定义文字标签
Ready For More?
继续了解更多关于 svelte-baidumaps 组件的内容。
Last Updated: 2021-08-29