Commit 4241025
[maps-ios][maps-android] Expose line cutout opacity and width (#5884)
This PR expose experimental `LineLayer.lineCutoutOpacity` and
`LineLayer.lineCutoutWidth` and showcases usage in dynamic view
annotation example.
| iOS | Android |
|--------|--------|
| <img width="300" alt="Screenshot 2025-08-15 at 12 57 07"
src="https://github.com/user-attachments/assets/b956f04a-80c3-41fe-944b-9e53a59adcb3"
/> | <img width="300" alt="Screenshot_1755251828"
src="https://github.com/user-attachments/assets/c544a18d-6a72-4590-b120-67013bf41d8c"
/> |
Addresses: https://mapbox.atlassian.net/browse/MAPSAND-2292 and
https://mapbox.atlassian.net/browse/MAPSIOS-1948
cc @mapbox/maps-ios
cc @mapbox/maps-android
---------
Co-authored-by: Ramon <[email protected]>
GitOrigin-RevId: f264ec16c9acbad90e8115d429652bfac73179bc1 parent 3280fae commit 4241025
File tree
9 files changed
+270
-0
lines changed- Sources
- Examples/All Examples/Annotations
- MapboxMaps
- Annotations/Generated
- Style/Generated/Layers
- SwiftUI/Annotations/Generated
- Tests/MapboxMapsTests
- Annotations/Generated
- Style/Generated
- IntegrationTests/Layers
- Layers
9 files changed
+270
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| |||
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
296 | 296 | | |
297 | 297 | | |
298 | 298 | | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
299 | 302 | | |
300 | 303 | | |
301 | 304 | | |
| |||
Lines changed: 34 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 76 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 38 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 52 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 52 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments