1.0.6 • Published 6 years ago

ionic_pvn_location v1.0.6

Weekly downloads
1
License
ISC
Repository
github
Last release
6 years ago

Android Gradle dependency

for permission

compile 'com.android.support:support-v4:23.0.0'

Add this lines in js(ionic2 or anugular 2)

And here's some code! :+1:

//top of the ts
declare var window: any;
window.plugins.prvn_location.getLatAndLong(function(res){console.log(res)}, function(res){console.log(res)});

ionic cordova for adding plugin

ionic cordova plugin add  ionic_pvn_location
1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.0

6 years ago

0.0.9

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago