如何向我的 angular google 地图添加概览折线

How to add an overview polyline to my angular google maps

我正在使用 Angular Google 地图,特别是方向 API,所以我可以使用 DirectionsService 查看概览折线,但我不明白如何在我的 agm window

中实现该概览折线

我最初尝试使用腿,但是没有用,因为它只是给了我一些过于复杂的功能。

我正在使用 Angular Google 地图(又名 angular-maps.com -> agm/core)并尝试使用 DirectionRenderer 和 DirectionService 但它从来没有为我工作过。但是我发现了一个 solution online where you can create a Directive and a package 可以帮助你做同样的事情。