Advertisement
Guest User

Untitled

a guest
Jun 26th, 2019
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. cordova.plugins.diagnostic.isLocationEnabled(function(enabled){
  2. console.log("Location setting is " + (enabled ? "enabled" : "disabled"));
  3. }, function(error){
  4. console.error("The following error occurred: "+error);
  5. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement