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
expose async method to set and update layer properties (#8140)
This PR introduces async variants of `MapboxMap.setLayerProperty()`,
`setLayerProperties` and `updateLayer()`. Note that these methods don't
require to be executed on the main thread.
cc @mapbox/maps-ios
cc @mapbox/sdk-ci
GitOrigin-RevId: 4526b93b9b0d42ecf003cfe209598f6413c0c3be
* Make `line-emissive-strength` property data-driven.
13
13
* Add experimental `MapboxMap.setFeatureStateExpression()`, `removeFeatureStateExpression()`, and `resetFeatureStateExpressions()` APIs to efficiently update feature state for multiple features at once using expressions.
14
+
* Add experimental async variants of `MapboxMap.setLayerProperty()`, `setLayerProperties` and `updateLayer()`.
0 commit comments