Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Method coordinateBoundsForCamera available through compose without having to use MapEffect to access mapboxMap #2523

Open
iolandarosavoid opened this issue Nov 20, 2024 · 0 comments
Labels

Comments

@iolandarosavoid
Copy link

New Feature

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants