方向

时间:2016-03-04 11:12:56

标签: javascript angularjs google-maps google-maps-api-3 ng-map

我需要用方向显示谷歌地图。我也想用动画改变方向。我参考下面的例子。

Plunker Demo

<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>

如果位置发生变化,如何向方向添加动画功能?

0 个答案:

没有答案