0

I'm trying to get the geocordinates and I've tried my best. I looked up similar questions on stackoverflow, ionic forums etc. But none of them has a solution. Please help!!

Here is the Code:

this.geolocation.getCurrentPosition().then(res => {
     console.log(res.coords);
}).catch((error) => {
     console.log('Error getting location', error);
});

Error

PositionError {code: 2, message: "Network location provider at 'https://www.googleapis.com/' : Returned error code 403."} code : 2 message : "Network location provider at 'https://www.googleapis.com/' : Returned error code 403." proto : PositionError

J Snow
  • 155
  • 1
  • 1
  • 8

0 Answers0