Status Update
Comments
ca...@google.com <ca...@google.com> #2
i am using these dependencies for the map
// Maps SDK for Android KTX Library implementation 'com.google.maps.android:maps-ktx:3.0.0'
// Maps SDK for Android Utility Library KTX Library
implementation 'com.google.maps.android:maps-utils-ktx:3.0.0'
implementation 'com.google.android.gms:play-services-base:18.5.0' implementation 'com.google.android.gms:play-services-basement:18.5.0' implementation 'com.google.android.gms:play-services-maps:19.0.0'
and also getting some map sdk error as well dab File created: google_maps_sdk_crash dab File created: _google_maps_sdk_crash_count_1 dab Couldn't create marker: google_maps_sdk_crash dab File created: _google_maps_sdk_crash_count_2 dab Marker deleted: _google_maps_sdk_crash_count_1
ja...@gmail.com <ja...@gmail.com> #3
Thank you for posting.
We are currently looking into this and will get back to you as soon as we have an update.
Description
Repro repo:https://github.com/jasonhibbs/google-maps-style-repro
Source of the issue: https://github.com/jasonhibbs/google-maps-style-repro/blob/main/app/src/main/res/raw/mapstyle_test.json
Applying any style to the fill of man_made causes a broken transition, e.g.
What steps will reproduce the problem?
featureType: landscape.man_made, elementType: geometry.fill
In the given sample app, open Style Map Demo, and zoom to 3d buildings.
Seen when minimally modifying latest sample app:https://github.com/googlemaps-samples/android-samples/releases/tag/v1.13.0