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
iOS
0.20.0
Map widget don't obey to given cameraTargetBounds on iOS (works on Android).
You can not move out of the bounds
You succesfully move out of bounds
return MapLibreMap( cameraTargetBounds: CameraTargetBounds( LatLngBounds( southwest: LatLng(47.33376372996099, 111.87315765210667), northeast: LatLng(57.50798140247238, 141.70422498341333), ), ), minMaxZoomPreference: const MinMaxZoomPreference(5, 18), );
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
No branches or pull requests
Platforms
iOS
Version of flutter maplibre_gl
0.20.0
Bug Description
Map widget don't obey to given cameraTargetBounds on iOS (works on Android).
Steps to Reproduce
Expected Results
You can not move out of the bounds
Actual Results
You succesfully move out of bounds
Code Sample
The text was updated successfully, but these errors were encountered: