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

Interactive, thoroughly customizable maps in native Android powered by vector tiles and OpenGL.

Results 286 mapbox-maps-android issues
Sort by recently updated
recently updated
newest added

## Environment - Android OS version: 12, 13, 14 - Devices affected: all checked devices - Maps SDK Version: 11.4.0 ## Problem ``` Crash when chnging map style in runtime,...

bug :beetle:
compose

## Environment - Android OS version: 14 - Devices affected: Google Pixel 7, Samsung Galaxy Tab 8 - Maps SDK Version: 11.4.1 ## Observed behavior and steps to reproduce I'm...

bug :beetle:

## Current situation The extension function `awaitCameraForCoordinates` has a `MapboxMap` receiver. However, it simply calls `cameraForCoordinates`, which is actually a function defined within the `MapCameraManagerDelegate` interface. ## The problem It...

bug :beetle:

java.lang.Exception at android.location.LocationManager.requestLocationUpdates(Native Method) at android.location.LocationManager.requestLocationUpdates(LocationManager.java:590) at android.location.LocationManager.requestLocationUpdates(Native Method) at com.mapbox.common.location.AndroidDeviceLocationProvider.doStart(Unknown Source:134) at com.mapbox.common.location.BaseDeviceLocationProvider.start(Unknown Source:31) at com.mapbox.common.location.BaseDeviceLocationProvider.addLocationObserver(SourceFile:2)

bug :beetle:

## Environment Android SDK 11.3.1 ## Observed behavior and steps to reproduce ``` iconTranslate( Expression.switchCase( Expression.eq(Expression.get("has-icon"), Expression.literal(true)), Expression.literal(listOf(7.0,7.0)), Expression.literal(listOf(7.0,7.0)) )) ``` ## Notes / preliminary analysis This code gives me...

bug :beetle:

Since mapbox Android 11.4.0 For example ```` circleColor( switchCase { eq { get { literal("type") } literal(RouteShapeWaypointType.AUTO.name) } color(Color.RED) color(Color.YELLOW) }, ) ```` Here both switchCase and eq expression are...

bug :beetle:

## Environment - Android OS version: 13 - Devices affected: OnePlus 8 - Maps SDK Version: 11.4 ## Observed behavior and steps to reproduce PointAnnotations are not visible in offline...

bug :beetle:

## Environment - Android OS version: 11.0 - Devices affected: Xiaomi MI 11 and emulators - Maps SDK Version: 11.4.0 ## Observed behavior and steps to reproduce Adding two SymbolLayer...

bug :beetle:
compose

## Environment - Android OS version: 14 - Devices affected: Google Pixel 7 API 34 - Maps SDK Version: 11.4.0-rc.1/11.4.0-rc.2 When I try to draw LineLayer from directions API geoJsonSource...

bug :beetle:
compose

## Environment - Android OS version: Android 14 - Devices affected: google pixel 6a - Maps SDK Version: 11.4.0 (compose) ## Observed behavior and steps to reproduce If you go...

bug :beetle: