Skip to content

Instantly share code, notes, and snippets.

@matthieu-D
Last active August 3, 2017 23:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matthieu-D/bdd4e1aa701dd2b982d0506b8c477857 to your computer and use it in GitHub Desktop.
Save matthieu-D/bdd4e1aa701dd2b982d0506b8c477857 to your computer and use it in GitHub Desktop.
import { Geolocation } from '@ionic-native/geolocation';
export class HomePage {
coords;
constructor(public navCtrl: NavController, public geolocation: Geolocation) {
this.getCurrentPosition();
}
.
.
.
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment