Tobrun

Results 59 issues of Tobrun

We have received a numerous reports related to > java.lang.UnsatisfiedLinkError: No implementation found for void com.mapbox.mapboxsdk.net.NativeConnectivityListener.initialize() - https://github.com/mapbox/mapbox-gl-native-android/issues/149 - https://github.com/mapbox/mapbox-gl-native-android/issues/277 - https://github.com/mapbox/mapbox-gl-native-android/issues/208 - https://github.com/mapbox/mapbox-gl-native-android/issues/111 - https://github.com/mapbox/mapbox-gl-native-android/issues/320 The Mapbox Maps SDK...

archived

Android 11 is around the corner, Google is releasing the final version on 8th of September. This issue tracks validating our SDK on this next iteration of Android as documenting...

archived

We are missing nullability annotations on the offline API callbacks. This makes it hard for it to be consumed from kotlin. For example: ```kotlin OfflineManager.getInstance(rule.activity).createOfflineRegion( createTestRegionDefinition(), ByteArray(0), object : OfflineManager.CreateOfflineRegionCallback...

archived

While doing an [customer assessment of the navigation SDK](https://docs.google.com/document/d/1qOwDHE2DzZ7fsYudb7VS0iORMgdZa_xJ81wKhDOMYGs/edit#) from a Maps SDK POV and taking a sample of an ongoing route. We are seeing layer property calls to the...

improvement

With [Bintray/JCenter sunsetting](https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/), we need to move publishing new versions of this library to the Mapbox SDK registry. Older versions of all plugins have been migrated already.

Having the default value false, has led to confusion for our end users. The default value of false makes sense for symbols used in the style as labels and icons...

Similar to how http://geojson.io/ and Mapbox studio expose a geometry editor. It would be great having an Android plugin to achieve this for end-users more easily on Android (versus having...

plugin request

With #647 we are adding the abillity to react on symbol click events. An extended use-case of this is to introduce selected states and showing an InfoWindow as result of...

annotation-plugin

Feature request to expose a getter for the underlying geojsonsource.

annotation-plugin

Feature request for getting a callback when the source has been added to the style object and will be non-null.

annotation-plugin