mapbox-maps-android
mapbox-maps-android copied to clipboard
Interactive, thoroughly customizable maps in native Android powered by vector tiles and OpenGL.
## 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...
## 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,...
## 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...
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...
## 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...
## 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...
## 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...
## 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...
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...
## 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...