verypositive / cordova-plugin-fastrde-checkgps

Plugin to Check if GPS enabled on iOS and Android

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

phonegap-checkGPS

Plugin to Check if GPS enabled on iOS and Android

install

yourAppDir$ phonegap plugin add https://github.com/fastrde/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

License:MIT License


Languages

Language:Java 55.0%Language:Objective-C 35.1%Language:JavaScript 9.9%