How can I reconfigure MapView? Even after calling destroy(), I get "This MapView instance is already configured, either call destroy() on existing instance then re-create a MapView, or avoid a re-configure". And if I call destroy() and create a new MapView, I get an AssertionError in MapView.kt:227.
All I need is to replace the config of the existing MapView. How can I do this?
How can I reconfigure MapView? Even after calling destroy(), I get "This MapView instance is already configured, either call destroy() on existing instance then re-create a MapView, or avoid a re-configure". And if I call destroy() and create a new MapView, I get an AssertionError in MapView.kt:227.
All I need is to replace the config of the existing MapView. How can I do this?