我需要用方向显示谷歌地图。我也想用动画改变方向。我参考下面的例子。
<ng-map zoom="14" center="37.7699298, -122.4469157" style="height:90%" on-click="logLatLng()">
<directions draggable="true" panel="directions-panel" travel-mode="{{travelMode}}" waypoints="{{wayPoints}}" origin="{{origin}}" destination="{{destination}}">
</directions>
</ng-map>
如果位置发生变化,如何向方向添加动画功能?