Skip to content

Find the GPS position where you are and put every 2 seconds a marker on google map. vue.js + cordova

Notifications You must be signed in to change notification settings

prolland006/cordova-light

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cordova-light

Summary

Find the GPS position where you are and put every 2 seconds a marker on google map. The movements are send to my website to display the gps position on google map. See the sources on this repository. The gps coordinate are stored on a file in the local file system, for google chrome here : filesystem:http://localhost:8000/persistent/

vue.js + cordova geoloc

Setup

  • install cordova
  • install android studio or android sdk (android)
  • install jdk1.8
  • cordova prepare
  • npm install
  • cordova build android (android)
  • cordova run android (android)
  • cordova build browser (browser)
  • cordova run browser (browser)

Documentation

to test on a browser with google chrome you have an extension that simulate GPS movements on a map
https://cordova.apache.org/ https://github.com/torrmal/cordova-simplefilemanagement

About

Find the GPS position where you are and put every 2 seconds a marker on google map. vue.js + cordova

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages