I'm showing the area of all markers. I'm getting the BoundingBox calculation and doing scrollTo
viewModelScope.launch { val bb = viewState.tsListForMap.tsListToBoundingBox() viewState.mapState?.scrollTo(bb) }
my BoundingBox = BoundingBox(xLeft=1.0886415583333333, yTop=-Infinity, xRight=0.46815065, yBottom=Infinity)
the card crashes and a white screen appears.