cordova-plugin-locationservices
cordova-plugin-locationservices copied to clipboard
Detect the change of location state during watch
Hello, is there a way to detect when the user turn off the location settings when we are watching his position?
In the default locationservices it's trigger the error callback if he turn off the location. With the google play service it's just stop triggering the success callback.
I don't know if I am clear ^^