This is a static archive of our old OpenStreetMap Help Site. Please post any new questions and answers at community.osm.org.

GEO tracking on Android APP’s in China - Known issues with Google Play services location API’s in china?

0

Hi,

Does anyone know if any known issues with location tracking using Android's in china?

We will be implementing OpenStreetMap API. Android OS will track user location and send the info to the map. We are not sure if there are specific restrictions in China region regarding location tracking using Google Play services location APIs (which is Android OS location tracking service).

Any comments would be appreciated!

Thank you

Johnathan

asked 07 Dec '17, 01:11

Lindero's gravatar image

Lindero
11112
accept rate: 0%


One Answer:

2

You likely need to ask on an Android developers forum or google themselves for a proper answer, it could well be that due to the government required warping of location information in China that anything officially sanctioned will not really work with OSM data.

Note: while google wants you to use the google play services to obtain location information (for obvious reasons). You don't actually have to and can simply use https://developer.android.com/reference/android/location/package-summary.html The disadvantage is that you wont have access to the bells and whistles, but on the other hand wont be giving google your users data and wont be dependent on them.

answered 07 Dec '17, 09:58

SimonPoole's gravatar image

SimonPoole ♦
44.7k13326701
accept rate: 18%

Source code available on GitHub .