Our website uses necessary cookies to enable basic functions and optional cookies to help us to enhance your user experience. Learn more about our cookie policy by clicking "Learn More".
Accept All Only Necessary Cookies
GPS icon

0.0.6 by JOJOAGOGOGO


Sep 17, 2015

About GPS

POST in the HTTP protocol on the server

POST in the HTTP protocol on the server

where you have set the GPS information of the terminal

It is also possible to save the GPX format xml file also.

switching satellite photo [menu] button

[Format to POST]

add=address

lat=Latitude

lon=Longitude

time=GMT time

ele=Elevation

[Server side program sample]

<?php

$add = $_POST["add"];

$lat = $_POST["lat"];

$lon = $_POST["lon"];

$time = $_POST["time"];

$ele = $_POST["ele"];

$xml = "<trkpt lat='".$lat."' lon='".$lon."'><time>".$time."</time><ele>".$ele."</ele></trkpt>";

$fp = fopen("/tmp/gpx.log", "a");

fwrite($fp, $xml."\n");

fclose($fp);

echo $xml

?>

What's New in the Latest Version 0.0.6

Last updated on Sep 17, 2015

Program optimization

Translation Loading...

Additional APP Information

Latest Version

Request GPS Update 0.0.6

Uploaded by

Nuñez Bayron

Requires Android

Android 2.3.2+

Available on

Get GPS on Google Play

Show More

GPS Screenshots

Comment Loading...
Languages
Subscribe to APKPure
Be the first to get access to the early release, news, and guides of the best Android games and apps.
No thanks
Sign Up
Subscribed Successfully!
You're now subscribed to APKPure.
Subscribe to APKPure
Be the first to get access to the early release, news, and guides of the best Android games and apps.
No thanks
Sign Up
Success!
You're now subscribed to our newsletter.