Hi
I'm trying to use the example code
$geolocation.watchPosition({
timeout: 6000,
maximumAge: 250,
enableHighAccuracy: true
});
$scope.myPosition = $geolocation.position;
console.log($scope.myPosition.coords);
But the $scope.myPosition have not the coords property.
Any idea?
Regards