Skip to content

rolinger/cordova-plugin-fastrde-checkgps

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

phonegap-checkGPS

Plugin to Check if GPS enabled on iOS and Android

install

yourAppDir$ cordova plugin add https://github.com/rolinger/phonegap-checkGPS.git

usage

CheckGPS.check(function(){
    //GPS is enabled!

  },
  function(){
    //GPS is disabled!

  });

About

Plugin to Check if GPS enabled on iOS and Android

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 55.0%
  • Objective-C 35.1%
  • JavaScript 9.9%