mapbox-maps-android
mapbox-maps-android copied to clipboard
Interactive, thoroughly customizable maps in native Android powered by vector tiles and OpenGL.
### Summary of changes Introduce view annotation `ViewAnnotationManager.annotations` API to access list of added view annotations. ### User impact (optional) ## Pull request checklist: - [x] Briefly describe the changes...
## Environment - Android OS version: Any - Devices affected: Any - Maps SDK Version: 10.8.1 ## Observed behavior and steps to reproduce Given in my style I have any...
## Environment - Android OS version: 12 - Devices affected: Pixel 4 a - Maps SDK Version: 10.7.0 ## Observed behavior and steps to reproduce Integrated map SDK and react...
### Summary of changes Fixed revapi check both for release and main branches. Currently it - fails on PRs to release branch picking incorrect `android-v10.6.0` release - [the build](https://app.circleci.com/pipelines/github/mapbox/mapbox-maps-android/6793/workflows/aad95f19-6525-40e9-b090-44692f009e5f/jobs/57080) ```...
## Environment - Android OS version: 8.0 - Devices affected: Samsung Galaxy J7 - Maps SDK Version: 10.8.1 - **Play Services Location: 21.0.0** (_com.google.android.gms:play-services-location:21.0.0_) ## Observed behavior and steps to...
### Summary of changes Paired to the https://github.com/mapbox/mapbox-maps-android/pull/1740, started with the PR to the release branch since check was failing there and not on main Job fails with bunch of...
To support @evil159 with a view annotation animation request on iOS, I created a small example to animate a view annotation across a route line geometry.  While you...
Crashes Only in Release APK with MinifyEnabled:true ``` Fatal Exception: com.mapbox.maps.MapboxStyleException: Add source failed: Source current_location_id already exists at com.mapbox.maps.extension.style.sources.Source.bindTo(Source.java:89) at com.mapbox.maps.MapboxMap.loadStyle$lambda-8(MapboxMap.java:31) at com.mapbox.maps.MapboxMap.$r8$lambda$gb8NbKbZF2nHGNlOyo6Nw1Ys3gg(MapboxMap.java) at com.mapbox.maps.MapboxMap$$InternalSyntheticLambda$1$7f54bca300e253fbf079bb77c512220c713911409a93dbfd56a5def85db3ad5e$1.onStyleLoaded(MapboxMap.java:2) at com.mapbox.maps.StyleObserver.onStyleSourcesReady(StyleObserver.java:13) at com.mapbox.maps.StyleObserver.onStyleDataLoaded(StyleObserver.java:27)...
## Environment - Android OS version: Simulator/Pixel 6 API 31 - Devices affected: Simulator/Pixel 6 API 31 - Maps SDK Version: 10.8.1, 10.9.0-beta.2 ## Observed behavior and steps to reproduce...
## Blocked Status is that this example is blocked until kotlin and the compile version are upgraded. So this change is built on top of this one https://github.com/mapbox/mapbox-maps-android/pull/1683. The other...