You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
As far as I can tell, the MapView cannot be reconfigured, so the message is missleading. After calling destroy, you have to create a new instance of MapView.
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?
The text was updated successfully, but these errors were encountered: