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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+37-1Lines changed: 37 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,42 @@
1
-
### main
1
+
### 2.1.0-rc.1
2
+
3
+
* Bump Maps SDK to 11.5.0-rc.1
4
+
* Expose `text-occlusion-opacity`, `icon-occlusion-opacity`, `line-occlusion-opacity`, `model-front-cutoff`, `lineZOffset` as experimental.
5
+
* Add min/max/default values for most of the style properties.
6
+
* Expose `clusterMinPoints` property for `GeoJSONSource`.
7
+
* Expose `SlotLayer` and `RasterParticleLayer`.
8
+
* Expose `LocationComponentSettings.slot`.
9
+
* Add `@experimental` annotation to relevant APIs.
10
+
11
+
### 2.1.0-beta.1
2
12
3
13
* Add ModelLayer API.
14
+
* Support for offline map, allowing users to download and store map data on their devices for use in environments with limited or no internet connectivity.
15
+
* Layer expressions support. Specify expressions when constructing a layer with all new expression support for layers.
Copy file name to clipboardExpand all lines: README.md
+33-33Lines changed: 33 additions & 33 deletions
Original file line number
Diff line number
Diff line change
@@ -1,46 +1,46 @@
1
1
# Mapbox Maps SDK Flutter Plugin
2
2
3
-
The Mapbox Maps SDK Flutter Plugin is an officially developed solution from Mapbox that enables use of our latest Maps SDK product (v11.2.0). The plugin allows developers to embed highly customized maps using a Flutter widget on Android and iOS.
3
+
The Mapbox Maps SDK Flutter Plugin is an officially developed solution from Mapbox that enables use of our latest Maps SDK product (v11.5.0). The plugin allows developers to embed highly customized maps using a Flutter widget on Android and iOS.
4
4
5
5
Web and desktop are not supported.
6
6
7
7
Contributions welcome!
8
8
9
9
## Supported API
10
10
11
-
| Feature | Android | iOS |
12
-
| ------ |------|----- |
13
-
| Style |:white_check_mark:|:white_check_mark:|
14
-
| Camera position |:white_check_mark:|:white_check_mark:|
15
-
| Camera animations |:white_check_mark:|:white_check_mark:|
0 commit comments