cordova-plugin-fastrde-checkgps
v1.0.0
Published
check if GPS is enabled on Android and iOS
Maintainers
Readme
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.gitusage
CheckGPS.check(function win(){
//GPS is enabled!
},
function fail(){
//GPS is disabled!
});