File tree 2 files changed +5
-0
lines changed
2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 1
1
### main
2
2
3
+ * Expose ` MapboxStyles.STANDARD_SATELLITE ` style.
4
+
3
5
### 2.2.0-beta.1
4
6
5
7
* Support local assets for 3D puck and ` ModelLayer ` . To use a local assets, please specify it with ` asset:// ` scheme in the uri.
Original file line number Diff line number Diff line change @@ -6,6 +6,9 @@ class MapboxStyles {
6
6
/// Mapbox Standard is a general-purpose style with 3D visualization.
7
7
static const String STANDARD = "mapbox://styles/mapbox/standard" ;
8
8
9
+ /// Mapbox Standard Satellite
10
+ static const String STANDARD_SATELLITE = "mapbox://styles/mapbox/standard-satellite" ;
11
+
9
12
/// Mapbox Streets: A complete base map, perfect for incorporating your own data. Using this
10
13
/// constant means your map style will always use the latest version and may change as we
11
14
/// improve the style.
You can’t perform that action at this time.
0 commit comments