-
Notifications
You must be signed in to change notification settings - Fork 172
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Platforms
iOS
Version of flutter maplibre_gl
0.24.1
Bug Description
The param cameraTargetBounds in the MapLibreMap constructor doesn't applies on iOS. Same issue after calling . On Android and web, all is working perfectly.
Steps to Reproduce
- Launch the official example project
- Go on "User Interface" section
- Click on "bound zoom"
Expected Results
The camera should be locked in the area like Android and web
Actual Results
The camera on iOS is still free
Code Sample
MapLibreMap(
cameraTargetBounds: CameraTargetBounds(
LatLngBounds(
northeast: const LatLng(43.76, 4.14),
southwest: const LatLng(43.42, 3.56),
)
)
)Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working