Merged
Conversation
…ittle layout padding, handle explicit location failure, remove magic numbers)
…lsOverlay * Limits BottomSheet width to 600dp on large screens * Centers the BottomSheet modifier to look balanced on foldables * Allows PlaceDetailsCompactFragment to properly wrap its internal height * Automatically dismisses PlaceDetailsOverlay when bottom sheet is expanded
* Verifies initial StateFlow states * Verifies Landmark and PlaceId selection flows * Proves PlaceDetails dismissal behavior when setting placeId to null
…n gradle/libs.versions.toml
kikoso
reviewed
Mar 25, 2026
PlacesUIKit3D/src/main/java/com/example/placesuikit3d/common/Map3dViewModel.kt
Outdated
Show resolved
Hide resolved
* Corrects a critical logic error where `setCameraTilt` incorrectly assigned its value to the `heading` property. * Resolves spelling errors in camera method signatures (`setCamaraRange` -> `setCameraRange`, `setCamaraRoll` -> `setCameraRoll`). * Adds comprehensive unit testing via `Map3dViewModelTest` to verify the immutability and accuracy of map CameraUpdate emissions. * Introduces the Robolectric test dependency to support the ViewModel coroutine scope in the test suite.
kikoso
reviewed
Mar 26, 2026
| distributionPath=wrapper/dists | ||
| distributionSha256Sum=a17ddd85a26b6a7f5ddb71ff8b05fc5104c0202c6e64782429790c933686c806 | ||
| distributionUrl=https\://services.gradle.org/distributions/gradle-9.1.0-bin.zip | ||
| distributionSha256Sum=b266d5ff6b90eada6dc3b20cb090e3731302e553a27c5d3e4df1f0d76beaff06 |
Collaborator
There was a problem hiding this comment.
I am not sure why this changed, but it is not correct. Resetting it.
57161a2 to
96c86ef
Compare
96c86ef to
fe4f7f4
Compare
googlemaps-bot
pushed a commit
that referenced
this pull request
Mar 26, 2026
# [1.7.0](v1.6.0...v1.7.0) (2026-03-26) ### Features * Integrates Places UI Kit 3D Sample ([#31](#31)) ([dc8f92f](dc8f92f))
|
🎉 This PR is included in version 1.7.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR integrates the Places UIKit 3D demo into the sample workspace.
Key Changes:
settings.gradle.kts.appfolder structure.libs.versions.toml.AndroidViewinterop factory patterns forPlaceDetailsCompactFragment.strings.xml.