Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BackgroundGeolocation.watchLocationMode(success, fail) functioning? #19

Closed
davidsalib opened this issue Nov 1, 2016 · 3 comments
Closed

Comments

@davidsalib
Copy link

When I try using BackgroundGeolocation.watchLocationMode(success, fail), it says it's not a function.

Is it implemented?

When I use BackgroundGeolocation.on('location', () => {}) the locations are sparsely updating.

@malithjkmt
Copy link

BackgroundGeolocation.watchLocationMode(success, fail) is not a function in this library.

But, the same functionality is implemented 100%
You have to do following with BackgroundGeolocation.on('location', () => {}) to do it properly.

  1. BackgroundGeolocation.configure()
  2. BackgroundGeolocation.start()

All is well documented in the README.

@mauron85
Copy link
Owner

Warning: this issue has been inactive for 32 days and will be automatically closed on 2017-12-15 if there is no further activity.

@mauron85
Copy link
Owner

mauron85 commented Apr 2, 2018

watchLocationMode is not official method of this plugin. Not sure if it was in some early versions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants