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

## New Feature I would like to set the border width for Polygon. Currently, only `fill-outline-color` has been found, and `fill-outline-width` has not been found. The drawn edge width is...

feature :green_apple:

## Environment - Android OS version: 9 - Devices affected: Huawei Mate 9 - Maps SDK Version: 11.0.0 ``` implementation("com.mapbox.maps:android:11.0.0") implementation("com.mapbox.extension:maps-compose:11.0.0") ``` ## Observed behavior and steps to reproduce Hello,...

bug :beetle:
compose
v11

## Environment - Android OS version: 11 - Devices affected: OnePlusPro8 - Maps SDK Version: 10.11.2 ## Observed behavior and steps to reproduce Unknown ## Expected behavior App not to...

bug :beetle:

Before v10 I can do it `LatLngBounds.Builder builder = new LatLngBounds.Builder(); .include(aaaaaaaaaa) .include(bbbbbbbb) .include(cccccccccc) mapBoxMapView.getMapBoxMap().easeCamera(CameraUpdateFactory.newLatLngBounds( builder.build(), paddingStart, paddingTop, paddingEnd, paddingBottom));` Now how to do ? Thanks _Originally posted by @xiaxiayige...

question

## Environment - Android OS version: 10 - Devices affected: DJI RC Pro - Maps SDK Version: 11.0.0-beta.5 ## Observed behavior and steps to reproduce I am animating point annotations...

bug :beetle:
v11

## Environment - Android OS version: Android 13 - Devices affected: Samsung Galaxy S21 (tested with) - Maps SDK Version: 10.14.0 and 11.0.0-rc1 ## Observed behavior and steps to reproduce...

bug :beetle:

## Environment - Android OS version: 13 - Devices affected: Poco F3 (MIUI 12,5) - Maps SDK Version: 9.5.0 ## Observed behavior and steps to reproduce Application crashes with next...

bug :beetle:

## New Feature The android extension "localizeLabels" currently accept only Locale and not String, which make it impossible to use the functionality of setting the label localization to "name" (use...

feature :green_apple:

Hi team! First of all, thank you for the stellar work at `extension-compose`. Could you provide an example on how to set camera boundaries? Basically, I wanna limit how much...

compose

## Environment - Android OS version: all versions - Devices affected: all devices - Maps SDK Version: since 10.11.x ## Observed behaviour and steps to reproduce When i create a...

bug :beetle: