igorpreston / ember-cli-geo

Geolocation service for Ember.js web apps
MIT License
50 stars 16 forks source link

User denied Geolocation #11

Closed bloodknight2010 closed 6 years ago

bloodknight2010 commented 6 years ago

I can't get the current location.I write the following codes.

this.get('geolocation').getLocation().then(() => {
      let location = this.get('geolocation').get('currentLocation')
      console.log(location)
    })

But I got the following error.

map User denied Geolocation Please help me.

bloodknight2010 commented 6 years ago

User denied geolocation I got the solution thanks all.