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
I would like to request for the method coordinateBoundsForCamera to be available in compose extension through mapViewportState or mapState. Right now the only way I found to get the bound of my view was to access mapboxMap throught mapView available when using the MapEffect
MapEffect(Unit) { mapView ->
Why
I think it makes sense to have this available without having to use the MapEffect. I did not find any equivalent method available mapViewportState or mapState in the current version that I am using 11.8.0
The text was updated successfully, but these errors were encountered:
New Feature
I would like to request for the method
coordinateBoundsForCamera
to be available in compose extension throughmapViewportState
ormapState
. Right now the only way I found to get the bound of my view was to accessmapboxMap
throughtmapView
available when using theMapEffect
Why
I think it makes sense to have this available without having to use the MapEffect. I did not find any equivalent method available
mapViewportState
ormapState
in the current version that I am using11.8.0
The text was updated successfully, but these errors were encountered: