googlemaps / android-maps-compose

Jetpack Compose composables for the Maps SDK for Android
https://developers.google.com/maps/documentation/android-sdk/maps-compose
Apache License 2.0
1.16k stars 143 forks source link

Compose GoogleMap - Pinch to zoom not working #648

Closed kroussevrb closed 2 days ago

kroussevrb commented 2 days ago

Environment details

  implementation("com.google.maps.android:maps-compose:6.2.1")
  implementation("com.google.maps.android:android-maps-utils:3.4.0")
  implementation("com.google.android.libraries.places:places:4.1.0")

Mac OS Sonoma Android Studio Koala | 2024.1.1 Patch 1

Just a simple GoogleMap( in Compose - Pinch to zoom does not work with any combination of enabling zoom controls/gestures in the map properties/uiSettings and disabling others. What could the problem be?