Skip to content

programmerpraveenkumar/ionic_plugin_get_lat_long

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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! 👍

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

ionic cordova for adding plugin

ionic cordova plugin add  ionic_pvn_location

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published