mapbox-maps-android
mapbox-maps-android copied to clipboard
Interactive, thoroughly customizable maps in native Android powered by vector tiles and OpenGL.
I'm an Android Development Engineer at Cerence, I'm investigating mapbox's mapgpt functionality, but I'm having some problems with the integration process, I followed the documentation: https://docs.mapbox.com/android/navigation/build-with- uxframework/installation/ and https://docs.mapbox.com/android/navigation/mapgpt/get-started/ ,...
## Environment - Android OS version: 10 - Devices affected: DJI RC Pro - Maps SDK Version: 11.0.0-beta.5 ## Observed behavior and steps to reproduce ``` labelAnnotations: PointAnnotationManager = annotations.createPointAnnotationManager(AnnotationConfig(layerId...
Changes in MapboxMap composable ### Summary of changes This feature includes CameraBoundsOptions as a parameter in MapboxMap composable to control the area that can be explored in the map. Additionally...
## Environment - Android OS version: 34 API - Devices affected: all - Maps SDK Version: 11 beta 4 + Compose extension 1.0.0 I'm trying to use `MapBox` in Compose...
## New Feature The customization for clusters on PointAnnotationGroup is quite restrictive. Maybe adding the possibility to link a layer to the cluster could be a great upgrade. ## Why...
## Environment - Android OS version: Tested on Android 14, Android 12 and Android 10 - Maps SDK Version: implementation ('com.mapbox.mapboxsdk:mapbox-android-sdk:9.7.2') { exclude group: 'group_name', module: 'module_name' } implementation 'com.mapbox.mapboxsdk:mapbox-android-plugin-locationlayer:0.11.0'...
## Environment - Android OS version: No matter - Devices affected: No matter - Maps SDK Version: 11.1.0 ## Observed behavior and steps to reproduce I get lint error IncorrectNumberOfArgumentsInExpression...
## Environment - Android OS version: 14 - Devices affected: SM-S908B, SM-S901B - Maps SDK Version: 10.12.0 ## Observed behavior and steps to reproduce On some Samsung devices(Galaxy S22) with...
There is an inconsistency between [`pixelForCoordinate`](https://github.com/mapbox/mapbox-maps-android/blob/main/sdk/src/public/java/com/mapbox/maps/MapboxMap.kt#L791-L800): ```kotlin override fun pixelForCoordinate(coordinate: Point): ScreenCoordinate { checkNativeMap("pixelForCoordinate") val coordinate = nativeMap.pixelForCoordinate(coordinate) val screenSize = nativeMap.size return if (coordinate.x in 0.0..screenSize.width.toDouble() && coordinate.y in...
## Environment - Android OS version: 14 - Devices affected: Samsung Galaxy S21, Samsung Galaxy S22+, Samsung Galaxy Flip 3 (other users have reported this as well, I'll try to...