mapbox-maps-android
mapbox-maps-android copied to clipboard
Interactive, thoroughly customizable maps in native Android powered by vector tiles and OpenGL.
## Environment - Android OS version: 13 - Devices affected: Oneplus Nord CE 5 - Maps SDK Version: 11.1.0 When using the LocationPuck, we get warnings like this when changing...
## Environment - Android OS version: 14 - Devices affected: Samsung Z Fold 5 - Maps SDK Version: from 9.2.1 to 11.3.0 ## Observed behavior and steps to reproduce Seeing...
## New Feature When you configure your map composable you can only ```kotlin mapViewportState = MapViewportState().apply { setCameraOptions { zoom(9.5) center(state.polygonCenter.getCenter().let { Point.fromLngLat(it.long, it.lat) }) } } ``` Therefore, you...
## Environment - Android OS version: Android 12 - Devices affected: Galaxy A12 - Maps SDK Version: 11.0.0 ## Observed behavior and steps to reproduce Not able to reproduce this...
## Environment - Android OS version: 11 - Devices affected: OnePlus8Pro - Maps SDK Version: 11.2.2 ## Observed behavior and steps to reproduce The crash is reported via Crashlytics ##...
## Environment - Android OS version: 14 - Devices affected: All - Maps SDK Version: 11.2.2 and 11.3.0-rc.1 ## Observed behavior and steps to reproduce I would like to use...
I encountered this problem while putting the app on the shelves and don't know how to solve it. Can anyone help me The following is the error issue stack information:...
## Environment - Android OS version: 12 - Devices affected: Android Emulator - Maps SDK Version: 11.7.0 ## Observed behavior and steps to reproduce https://github.com/user-attachments/assets/4bc4aa3d-1e78-4930-abad-2927dea5ad5e - After implementing the RasterParticleLayer,...
## Environment - Android OS version: 14 - Devices affected: Samsung - Tested Device: Samsung Galaxy S23 FE - Maps SDK Version: 10.13.0 & 11.6.0 ## Observed behavior and steps...
## Environment - Android OS version: android12(90%) and android 14(10%) - Maps SDK Version: 11.6.0 Fatal Exception: java.lang.NoSuchMethodError: No static method registerReceiver(Landroid/content/Context;Landroid/content/BroadcastReceiver;Landroid/content/IntentFilter;I)Landroid/content/Intent; in class Lf0/a; or its super classes (declaration...