How to Obtain the Current Location of a Terminal: Difference between revisions

From wizarPOS
No edit summary
No edit summary
Line 1: Line 1:
Please refer to the [https://developer.android.com/training/location/index.html User Location] of the Android SDK.
Please refer to the [https://developer.android.com/training/location/index.html User Location] of the Android SDK.
We develop a simple demo using Android SDK, [ftp://sdkuser:wizsdkar@ftp.wizarpos.com/GPSDemo.zip downlod here].


Note that in Q2/K2, if you use a terminal without a GPS module, it depends on the network location.
Note that in Q2/K2, if you use a terminal without a GPS module, it depends on the network location.


If an application runs in a device without Google play service, and the application uses a network provider to get the location, download and install the [ftp://sdkuser:wizsdkar@ftp.wizarpos.com/advanceSDK/MozillaNlpBackend_org.microg.nlp.backend.ichnaea_20033-q1_releasekey.apk backend apk] and [ftp://sdkuser:wizsdkar@ftp.wizarpos.com/advanceSDK/unifiednlp-app-NetworkLocation-release_1.6.9_NoUI-q1_releasekey.apk nlp apk], restart the device, and the application can get the location correctly.
If an application runs in a device without Google play service, and the application uses a network provider to get the location, download and install the [ftp://sdkuser:wizsdkar@ftp.wizarpos.com/advanceSDK/MozillaNlpBackend_org.microg.nlp.backend.ichnaea_20033-q1_releasekey.apk backend apk] and [ftp://sdkuser:wizsdkar@ftp.wizarpos.com/advanceSDK/unifiednlp-app-NetworkLocation-release_1.6.9_NoUI-q1_releasekey.apk nlp apk], restart the device, and the application can get the location correctly.

Revision as of 05:34, 11 November 2020

Please refer to the User Location of the Android SDK. We develop a simple demo using Android SDK, downlod here.

Note that in Q2/K2, if you use a terminal without a GPS module, it depends on the network location.

If an application runs in a device without Google play service, and the application uses a network provider to get the location, download and install the backend apk and nlp apk, restart the device, and the application can get the location correctly.