mapbox-plugins-android icon indicating copy to clipboard operation
mapbox-plugins-android copied to clipboard

Mapbox Android Plugins are a collection of libraries that extend our other SDKs, helping you design powerful mapping features while the plugins handle most of the heavy lifting.

Results 84 mapbox-plugins-android issues
Sort by recently updated
recently updated
newest added

I received the following crash log from Firebase Crashlytics: ``` Fatal Exception: java.lang.RuntimeException: Unable to start activity ComponentInfo{com.cohenadair.anglerslog/com.mapbox.mapboxsdk.plugins.offline.ui.OfflineActivity}: java.lang.IllegalStateException: You need to use a Theme.AppCompat theme (or descendant) with this...

Need to change pending intent flag 2022-03-16 14:04:48.410 11177-11177/com.sellnu.frekis E/Mbgl-Mapbox: Error occurred while initializing telemetry java.lang.IllegalArgumentException: com.sellnu.frekis: Targeting S+ (version 31 and above) requires that one of FLAG_IMMUTABLE or FLAG_MUTABLE...

Good morning, I would like to know if you could modify the Symbol Options class in the data property, so that it accepts JsonElements from Kotlinx. Example: public class SymbolOptions...

### Description I have a mapView contained in a fragment, and am adding Symbols to the map and observing clicks on them. However after backgrounding/foregrounding the app, or navigating to...

annotation-plugin

Hi I have a hard time figuring out how I can add or "create" a CircleAnnotation at a specific index in circleAnnotationManager.annotations consisting of multiple CircleAnnotations. I am looking for...

Hello, The `MarkerViewManager` implements the `MapView.OnCameraDidChangeListener` so updating a `MarkerView` is only updated after the camera did change, and not while the camera is changing. The consequence of that is...

Similar [work](https://github.com/mapbox/mapbox-events-android/pull/535) needs to be done in order to support upcoming Android 12 stable release. cc @knov @sbma44

On Android 6.0 - Android 7.0 (I've tested on those versions) the lines are not displayed. On Android 10.0 lines are normally showed with exact same implementation as on Android...

This fixes #1011, based on @langsmith's commit https://github.com/mapbox/mapbox-plugins-android/commit/0c64cf98a75eb3cf3f0d4f3470ac56e1e9caab0d. PR #968, which contained this commit as well as other changes, has been closed as stale. As fixing #1011 is a very...