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.


A simple demo develop using Android SDK, please [ftp://sdkuser:wizsdkar@ftp.wizarpos.com/GPSDemo.zip downlod here].
A simple demo develop using Android SDK, please [ftp://sdkuser:wizsdkar@ftp.wizarpos.com/advanceSDK/GPSDemo_en_AS.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 03:23, 16 November 2020

Please refer to the User Location of the Android SDK.

A simple demo develop using Android SDK, please 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.