Hey, this is Binay and I'm writing my first question here.
Context: Google Maps Compose and Custom Clustering using View Based classes.
Issue: I've a Bottom navigation view where Screen A has Google maps and after API call it loads over 2K markers (Customized using
onBeforeClusterItemRender()
and overriding it).
I'm not using Clustering logic by adding
return false
in
shouldRenderAsCluster()
.
Now going back and forth between screens, Screen A takes time to load the map. Somehow I optimised and cleaned up things as much as possible. Thanks to a few issues on the Google Maps Compose repo.
Any help would be appreciated 🙂