thohng / CordovaGPS

GPS Cordova plugin (android + iOS)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)


Languages

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