cordova-plugin-fastrde-checkgps

1.0.0 • Public • Published

cordova-plugin-fastrde-checkgps

Plugin to Check if GPS enabled on iOS and Android

install

yourAppDir$ phonegap plugin add https://github.com/fastrde/cordova-plugin-fastrde-checkgps.git

usage

CheckGPS.check(function win(){
    //GPS is enabled!
 
  },
  function fail(){
    //GPS is disabled!
 
  });

Package Sidebar

Install

npm i cordova-plugin-fastrde-checkgps

Weekly Downloads

4

Version

1.0.0

License

MIT

Last publish

Collaborators

  • fastrde