Driving

Driving 组件用于获取驾车路线规划方案。

API

Usage

<Driving
  start="新街口"
  end="新街口"
  startCity="北京"
  endCity="南京"
  waypoints={["呼和浩特", { lng: 112.53, lat: 37.87 }, "陕西兵马俑"]}
  autoViewport="true"
  panel={"d-result"}
/>

Examples

下面是一组从简单到复杂的例子:

Basic

根据起终点名称规划步行线路

Event

设置检索结束后在结果面板显示第一条线路方案的描述

Ready For More?

继续了解更多关于 svelte-baidumaps 组件的内容。



Last Updated: 2021-08-29