Philip Segerfast

Results 21 comments of Philip Segerfast

Would probably be useful in the `LazyColumn`(or `Pager` etc) scenario if we were able to pass our own `MapView` to the `GoogleMap` composable so it can re-use a cached one...

Of course! Thanks a lot for your response and your dedication to this library 🙏 It rocks! Take all the time that is needed.

Hi @kikoso, it is enough to make `onReset` non-null. You can verify by commenting that line out in my PR and you will see that the views are re-created when...

Upon further examination, it appears that executing a reset within `onReset` may not be necessary since dispositions already clear markers and halt animations, although the underlying `GoogleMap`'s camera position state...

I have tested to save the entire MapClickListeners object to MapView.tag and it works well. I haven't managed to make this work properly with only storing OnIndoorStateChangeListener. You also added...

Notes on implementation: * Converted all `ComposeNode`s to `ReusableComposeNode`s * Use `ReusableComposition` instead of `Composition` for GoogleMap composition * Create/activate `Composition` when `AndroidView` is inflated from `update` instead of using...

~~There is a bug where if you scroll too fast the map lifecycle callbacks are not invoked properly and they break.~~ Edit: fixed

Hi @bubenheimer. Sorry for the delay. I've been busy with other things the last few weeks. I'll start focusing more on this now again. I will respond to your comments.

You're welcome, I still have a bunch of work left though. I converted this PR to a draft. Edit: I've addressed the issues