googlemaps / googlemaps/android-maps-compose
Maps: Pins disappear/reappear along map edge(s)
- Dominant language
- Kotlin
- Stars
- 1.3k
- Forks
- 181
- Avg merge
- 2d 23h
- Merged PRs (30d)
- 18
Description
There is an issue where pins blink into and/or out of existence along the edges of the map. In this video, you can see the pin disappearing off the bottom edge of the map as expected, but when the user pans back up, the pin doesn't gradually appear as expected - instead, it blinks into existence once the entire pin is visible. This is jarring and not the expected behavior.
https://github.com/googlemaps/android-maps-compose/assets/125921730/c1263455-a46e-43ed-aa9a-320b074559df
This can be seen on the main branch of this sample app here (https://github.com/lucaskivi/compose-maps) (Note: requires entering a valid google maps API key to run the sample app).
Contributor guide
Assessment
This issue has not been assessed yet.