GPS Mobile is an application that communicates with proprietary systems sending the geographical location of the device to a server of your choice.
How it works:
• The system sends device location data to an HTTP address configured by the customer in the application;
• If your web application server is offline or unavailable data will be stored on your smartphone and later synchronized;
• If the smartphone is no Internet connectivity data will be synchronized as soon as the internet connection is re-established;
• The system allows, in addition to setting the downstream URL, the minutes that range from setting how long will synchronize the data on the server as well as the minimum offset distance;
• The standards defined in the system to minimum displacement is 20m and time to synchronize once you get to 20m is instant (0 min);
• The data will be synchronized whenever the Status HTTP return is 200. If there is any mistake in your web application you must return another type different HTTP status 200. Once returned HTTP Status 200 the application will no longer synchronize that.
• In the event of unavailability of WEB system or device internet data will be synchronized on the basis of the newest to the oldest.
• The minimum spacing and offset time may be less than reported by the App, if another application is running in the background requesting information faster.
Data format that is sent to your URL:
POST for your end point:
{
"latitude" : -8.057838,
"longitude" : -34.882897,
"speed" : 0,
"altitude" : 30,
"bearing" : 180,
"time" : 1445751139779,
"fixed" : true,
"street" : "Rua do Hospício",
"number" : "1124",
"neighborhood" : "Boa Vista",
"city" : "Recife",
"state" : "PE",
"imei" : 1234567890123
}
Important:
speed = m/s
fixed = boolean
Tips:
It is advisable to keep the synchronization time equal to 0.
For a better performace the displacement distance should not be greater than 100m.
Latest Version
1.1Uploaded by
محمد جمال
Requires Android
Android 4.0.3+
Category
Free Tools AppContent Rating
Everyone
Report
Flag as inappropriateLast updated on Dec 6, 2018
- Settings for Android O
- Bug fixes in location
- Update Tool for integration with Location via Google Firebase
- Other minor corrections.