Skip to content

Commit e02c934

Browse files
authored
Add emphasis-circle-glow-range to LocationIndicator (#2358)
1 parent b7ae0d1 commit e02c934

File tree

4 files changed

+46
-8
lines changed

4 files changed

+46
-8
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ Mapbox welcomes participation and contributions from everyone.
88
* Add support for Base and Height alignment in FillExtrusionLayer.
99
* Add support for `pitchAlignment` in BackgroundLayer.
1010
* Add support for `zOffset` in FillLayer, PolygonAnnotation[Manager] and PolygonAnnotationGroup.
11+
* Add a property emphasisCircleGlowRange to LocationIndicatorLayer to control the glow effect of the emphasis circle – from the solid start to the fully transparent end.
12+
* Fix a crash on calling `LocationIndicatorLayer/location(coordinate:) function` due to missing 0 altitude value.
1113

1214
## 11.8.0-rc.1 - 23 October, 2024
1315

Sources/MapboxMaps/Style/Generated/Layers/LocationIndicatorLayer.swift

Lines changed: 37 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Tests/MapboxMapsTests/Style/Generated/IntegrationTests/Layers/LocationIndicatorLayerIntegrationTests.swift

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Tests/MapboxMapsTests/Style/Generated/Layers/LocationIndicatorLayerTests.swift

Lines changed: 6 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)