android-maps-compose
android-maps-compose copied to clipboard
fix: Set initial map padding (#326)
Fixes #326 🦕
With this fix applied, the example from #326 now behaves correctly: https://github.com/googlemaps/android-maps-compose/assets/232214/7a07bcbb-c9fc-4924-8131-762926f36e29
Thanks for the contribution @kkris ! This fixes the issue.
@kikoso Thanks for reviewing! Any idea how to fix the Run instrumentation tests check?
java.lang.IllegalStateException: Maps API key not specified
at com.google.maps.android.compose.MapInColumnTests.initMap(MapInColumnTests.kt:43)
Hi @kkris ! Since you are running it from another branch, the instrumented tests are going to fail since you do not have a local API Key.
We have thought of a couple of solutions here, but nothing in place so far. What you can do in the meantime is run the instrumentation test locally.
Before merging the external contributions we run the test locally too.
Hi @kkris . There were a couple of comments to be tackled [1],[2], would you mind taking a look? Otherwise the PR is in a mergeable state.
Thanks!.
I rebased the branch on current main and applied the review comments.
:tada: This PR is included in version 6.2.0 :tada:
The release is available on:
v6.2.0- GitHub release
Your semantic-release bot :package::rocket: