我已经在ngmap上实现了折线。 这是折线的代码
<ng-map zoom="7" center="41.879535, -87.624333">
<shape name="polyline" id="foo"
path="{{vm.path}}"
stroke-color="#FF0000"
stroke-opacity="1.0"
stroke-weight="3">
</shape>
</ng-map>
我希望折线能够与使用ngmaps angularjs的Android App之类的道路机制配合。