我正在使用AngularJS和ng-map。
如何将方向原点设置为我当前的位置?
我试过了:
<directions
destination="..."
origin="current-location">
</directions>
但这会导致地图无法渲染任何内容。
感谢您帮助我将当前位置设置为原点。
卡尔
答案 0 :(得分:1)
它目前尚未得到支持,但在积压工作中。
Allen提供了以下响应,使用API调用获取当前位置:
https://github.com/allenhwkim/angularjs-google-maps/blob/master/services/navigator_geolocation.js
NavigatorGeolocation.getCurrentPosition()。then(function(pos){ ... });