Hi there, we are switching from Views to Compose and I'd like to know how we can create a Map from ESRI Maps SDK via Compose.
Solved! Go to Solution.
@padmalcom - you would need to wrap the SDK's MapView with a composable AndroidView. There is a Sample that shows you how to do that.
@padmalcom - you would need to wrap the SDK's MapView with a composable AndroidView. There is a Sample that shows you how to do that.
Thank you @GuntherHeppner then it'll be AndroidView.