Open RubenSolAlva opened 6 months ago
@RubenSolAlva Thank you for opening this issue. 🙏 Please check out these other resources that might help you get to a resolution in the meantime:
google-maps
tagThis is an automated message, feel free to ignore.
Hi @RubenSolAlva .
Could it be related to this other issue reported here?
Also, this does not seem like a Compose Maps issue. Could you fill an issue in the issue tracker?
Thanks!
Hi @kikoso ,
it is not related to the issue you attached. We are running it in real devices, and also the bug is related about landscape
feature visible at a certain zoom level instead of streets
for all zoom levels on the emulator.
Yes, I can fill it in the issue tracker.
Awaiting your reply. Thanks Enrique
Issue created: https://issuetracker.google.com/issues/338958219
Hi mates! There are some random grey areas that appear at a certain zoom level. It is related to the
landscape
feature. If we deactivate it we don't have this behavior but we can't apply the color we want (because it is hidden):{ "featureType": "landscape", "stylers": [ { "visibility": "off" } ] },
https://github.com/googlemaps/android-maps-compose/assets/39373990/faca94de-6c04-4a15-93b8-e305928c0309
This UI problem appears in all versions Currently using latest version:
com.google.maps.android:maps-compose:4.4.1
and also:com.google.maps.android:android-maps-utils:3.8.2
Steps to reproduce
Code example
We have a wrapper for all google maps properties:
So, in the UI we can call:
And we can set:
Json exported from: https://mapstyle.withgoogle.com/
Thanks in advanced