DirectionsRenderer - 画线指向外面的道路

时间:2016-11-08 15:49:29

标签: javascript google-maps google-maps-api-3

我正在使用Google Maps API v3 DirectionsRenderer绘制路线。 当开始/结束位置在道路外时,它显示如下:
Point outside the road

我想绘制一条连接道路上的点与确切位置的线。 这样的事情:
Dotted line to exact location

是否可以使用Google Maps API v3执行此操作?

文档没有说明此选项。 developers.google.com/maps/documentation/javascript/reference#DirectionsRendererOptions

1 个答案:

答案 0 :(得分:1)

“我想绘制一条连接道路上的点与确切位置的线”。您必须将该线绘制为折线。还可以将该线显示为虚线。看一下gmap示例(https://developers.google.com/maps/documentation/javascript/examples/polyline-complex

的外观