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
* Update Maps SDK version to v11.2.0-beta.1
* Add version number to examples app pubspec to silence a warning
* Add changelog entry
* Expose MapboxMap APIs on iOS
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,7 @@
2
2
3
3
* Add an example representing a traffic route with color based on traffic volumes using LineLayer and Expression.
4
4
*[Android] Fix MapOptions incorrect index access at map creation, leading to map not being created(blank view).
5
+
*[iOS]`MapboxMap`: `isGestureInProgress()`, `isUserAnimationInProgress()`, `setConstrainMode()`, `setNorthOrientation()`, `setViewportMode()` and `reduceMemoryUse()` are now available on iOS.
5
6
* Bump platform Maps SDK dependencies to 11.2.0-beta.1.
0 commit comments