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

/cordova-plugin-fastrde-checkgps/

    Package Sidebar

    Install

    npm i cordova-plugin-fastrde-checkgps

    Weekly Downloads

    3

    Version

    1.0.0

    License

    MIT

    Last publish

    Collaborators

    • fastrde