This repository has been archived by the owner on Aug 8, 2023. It is now read-only.
Unable to use LOST API in conjunction with Mapbox Android SDK #6462
Labels
Android
Mapbox Maps SDK for Android
Milestone
Platform: Android
Mapbox SDK version: 4.1.1
The Android Mapbox SDK use the LOST API version 1.1.0 (see
compile 'com.mapzen.android:lost:1.1.0'
in Gradle dependencies of MapboxGLAndroidSDK). I also use in my app the LOST API. However, the version 1.1.0 of the LOST API does not manage correctly multiple location listeners. In particular, when theLocationServices
of Mapbox requests thelocationClient
to disconnect (in LocationServices.java), then it shuts down the LOST location engine for all location listeners. This problem has been solved in version 1.1.1 of the LOST API.The Mapbox Android SDK should use the version 2.0.0 or at least 1.1.1 of the LOST API for a better integration in apps that also use LOST API.
The text was updated successfully, but these errors were encountered: