android-maps-compose
android-maps-compose copied to clipboard
feat: Use ReusableComposition + ReusableComposeNode
Separated from #436
This would allow the MapNodes to be reused instead of being re-created after disposition in a container which supports reuse, like LazyColumn. This may or may not bring a noticeable performance improvement.
This PR is on hold for now.
Prior comment, for additional context: https://github.com/googlemaps/android-maps-compose/pull/436#issuecomment-1932324772