I'm using AngularJS and ng-map.
How can I set the directions origin to my current location?
I've tried:
<directions
destination="..."
origin="current-location">
</directions>
But this causes the map to not render anything.
Thank you for the help to set my current location as the origin.
Karl