File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed
Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 11### main
22
3+ * Expose ` MapboxStyles.STANDARD_SATELLITE ` style.
4+
35### 2.2.0-beta.1
46
57* 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 {
66 /// Mapbox Standard is a general-purpose style with 3D visualization.
77 static const String STANDARD = "mapbox://styles/mapbox/standard" ;
88
9+ /// Mapbox Standard Satellite
10+ static const String STANDARD_SATELLITE = "mapbox://styles/mapbox/standard-satellite" ;
11+
912 /// Mapbox Streets: A complete base map, perfect for incorporating your own data. Using this
1013 /// constant means your map style will always use the latest version and may change as we
1114 /// improve the style.
You can’t perform that action at this time.
0 commit comments