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!
 
  });

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.0
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.0
    1

Package Sidebar

Install

npm i cordova-plugin-fastrde-checkgps

Weekly Downloads

1

Version

1.0.0

License

MIT

Last publish

Collaborators

  • fastrde