[TIMOB-24119] Android: Add support for com.google.android.gms.location
GitHub Issue | n/a |
---|---|
Type | Improvement |
Priority | Medium |
Status | Open |
Resolution | Unresolved |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Android |
Labels | n/a |
Reporter | Rene Pot |
Assignee | Unknown |
Created | 2016-11-08T11:42:20.000+0000 |
Updated | 2018-02-28T19:54:50.000+0000 |
Description
Currently android.location is being used in the SDK. However, as Android has specified in the [documentation](https://developer.android.com/reference/android/location/package-summary.html):
*This API is not the recommended method for accessing Android location.*
The recommended way is by using [com.google.android.gms.location](https://developers.google.com/android/reference/com/google/android/gms/location/package-summary).
Main reason: higher accuracy
Thanks for submitting the ticket. Our engineers will look into it.