Skip to content

thohng/CordovaGPS

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CordovaGPS

Cordova plugin for GPS Location using iOS CoreLocation services and Android GPS services Works without wi-fi and 3g. Only GPS hardware.

Contains a phonegap project on the folder /src/example/TestForGPS

gps.js

Print GPS information on index.html > #container:

var c = document.getElementById("container");
var newParagraph = document.createElement('p');
newParagraph.innerHTML = resp; //response from iOS-Android (latitude,longitude)
c.appendChild(newParagraph);

index.html

<div id="container"></div>

Contact

Vitor Venturin

vitorvl@yahoo.com.br

http://vitorventurin.com

VVLTDA 2014

About

GPS Cordova plugin (android + iOS)

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Objective-C 53.6%
  • JavaScript 39.6%
  • CSS 3.3%
  • HTML 1.8%
  • Java 1.7%