louisbl / cordova-plugin-locationservices

Google Location Services for Cordova/Android
Apache License 2.0
40 stars 48 forks source link

Detect the change of location state during watch #19

Open PapyElGringo opened 8 years ago

PapyElGringo commented 8 years ago

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 ^^