android-maps-compose
android-maps-compose copied to clipboard
Jetpack Compose composables for the Maps SDK for Android
#### Environment details Android API 26 com.google.maps.android:maps-compose:2.1.0 #### Steps to reproduce 1. Create a map with a MutableStateList of points 2. Use the points to draw markers and a polyline...
Synced local file(s) with [googlemaps/.github](https://github.com/googlemaps/.github). Changed files Synced local directory .github/ with remote directory sync-files/android/.github/ --- This PR was created automatically by the [repo-file-sync-action](https://github.com/BetaHuhn/repo-file-sync-action) workflow run [#2861161705](https://github.com/googlemaps/.github/actions/runs/2861161705)
This PR fixes a memory leak that can happen in AndroidView when navigating to another screen. The Lifecycle ON_DESTROY event is never called because in onDispose we remove the mapLifecycleObserver...
**Is your feature request related to a problem? Please describe.** Currently there is only a single map that attempts to demonstrate how to use all the features of Maps Compose....
Memory leak
I have mentioned this in https://github.com/googlemaps/android-maps-compose/issues/26 , but it is already closed, so I am opening a new issue. I am getting a leak if the map component is cleared...
Hi, When adding a contentPadding to the Google map, the map's cameraPosition is never centered on the screen :  The default marker is the position given to the map...
**Is your feature request related to a problem? Please describe.** I'd like to be able to configure the map to start with the camera on my current location without having...
First of all, thanks for an awesome project! 🤩 I really like it! In this PR I have tried to implement version catalog for dependency management. This is important to...
Please add support for taking map snapshots: **GoogleMap::snapshot(@NonNull GoogleMap.SnapshotReadyCallback callback)**