Polyline
Polyline
组件使用浏览器的矢量制图工具(如果可用)在地图上绘制折线的地图叠加层。
Usage
<Polyline
path={[
{ lng: 113.345784, lat: 23.126685 },
{ lng: 113.331127, lat: 23.125752 },
{ lng: 113.332975, lat: 23.120486 },
]}
strokeColor={"blue"}
strokeWeight={2}
strokeOpacity={0.5}
/>
API
Examples
Add Editable Polyline
在地图中添加可编辑的折线
Ready For More?
继续了解更多关于 svelte-baidumaps 组件的内容。
Last Updated: 2021-08-29