We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Given:
private val CROSS_IDL_BOUNDS: BoundOptions = BoundOptions.Builder() .bounds( CoordinateBounds( Point.fromLngLat(170.0202020, -20.0), Point.fromLngLat(190.0, 20.0) ) ) .minZoom(2.0) .build()
and calling Map#setBounds(CROSS_IDL_BOUNDS)
Map#setBounds(CROSS_IDL_BOUNDS)
I'm unable to use this bounds correctly, when I pan across IDL. It jumps back.
The source of the issue stems from the new platform driven camera system.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Given:
and calling
Map#setBounds(CROSS_IDL_BOUNDS)
I'm unable to use this bounds correctly, when I pan across IDL. It jumps back.
The source of the issue stems from the new platform driven camera system.
The text was updated successfully, but these errors were encountered: