Commit 7003fb2
[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 19b5db1 commit 7003fb2
File tree
15 files changed
+1057
-0
lines changed- app/src
- androidTest/java/com/mapbox/maps/testapp/annotation/generated
- main/java/com/mapbox/maps/testapp/examples/markersandcallouts/viewannotation
- extension-compose
- api
- Release
- src/main/java/com/mapbox/maps/extension/compose
- annotation/generated
- style/layers/generated
- extension-style-app/src/androidTest/java/com/mapbox/maps/testapp/style/layers/generated
- extension-style
- api
- Release
- src
- main/java/com/mapbox/maps/extension/style/layers/generated
- test/java/com/mapbox/maps/extension/style/layers/generated
- plugin-annotation
- api
- Release
- src/main/java/com/mapbox/maps/plugin/annotation/generated
15 files changed
+1057
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
| 7 | + | |
6 | 8 | | |
7 | 9 | | |
8 | 10 | | |
| |||
Lines changed: 24 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
177 | 177 | | |
178 | 178 | | |
179 | 179 | | |
| 180 | + | |
180 | 181 | | |
181 | 182 | | |
182 | 183 | | |
| |||
189 | 190 | | |
190 | 191 | | |
191 | 192 | | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
192 | 196 | | |
193 | 197 | | |
194 | 198 | | |
195 | 199 | | |
196 | 200 | | |
197 | 201 | | |
198 | 202 | | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
199 | 206 | | |
200 | 207 | | |
201 | 208 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
959 | 959 | | |
960 | 960 | | |
961 | 961 | | |
| 962 | + | |
| 963 | + | |
962 | 964 | | |
963 | 965 | | |
964 | 966 | | |
| |||
994 | 996 | | |
995 | 997 | | |
996 | 998 | | |
| 999 | + | |
| 1000 | + | |
997 | 1001 | | |
998 | 1002 | | |
999 | 1003 | | |
| |||
1029 | 1033 | | |
1030 | 1034 | | |
1031 | 1035 | | |
| 1036 | + | |
| 1037 | + | |
1032 | 1038 | | |
1033 | 1039 | | |
1034 | 1040 | | |
| |||
2843 | 2849 | | |
2844 | 2850 | | |
2845 | 2851 | | |
| 2852 | + | |
| 2853 | + | |
| 2854 | + | |
| 2855 | + | |
2846 | 2856 | | |
2847 | 2857 | | |
2848 | 2858 | | |
| |||
2895 | 2905 | | |
2896 | 2906 | | |
2897 | 2907 | | |
| 2908 | + | |
| 2909 | + | |
| 2910 | + | |
| 2911 | + | |
2898 | 2912 | | |
2899 | 2913 | | |
2900 | 2914 | | |
| |||
2947 | 2961 | | |
2948 | 2962 | | |
2949 | 2963 | | |
| 2964 | + | |
| 2965 | + | |
| 2966 | + | |
| 2967 | + | |
2950 | 2968 | | |
2951 | 2969 | | |
2952 | 2970 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
768 | 768 | | |
769 | 769 | | |
770 | 770 | | |
| 771 | + | |
| 772 | + | |
771 | 773 | | |
772 | 774 | | |
773 | 775 | | |
| |||
803 | 805 | | |
804 | 806 | | |
805 | 807 | | |
| 808 | + | |
| 809 | + | |
806 | 810 | | |
807 | 811 | | |
808 | 812 | | |
| |||
2404 | 2408 | | |
2405 | 2409 | | |
2406 | 2410 | | |
| 2411 | + | |
| 2412 | + | |
| 2413 | + | |
| 2414 | + | |
2407 | 2415 | | |
2408 | 2416 | | |
2409 | 2417 | | |
| |||
2456 | 2464 | | |
2457 | 2465 | | |
2458 | 2466 | | |
| 2467 | + | |
| 2468 | + | |
| 2469 | + | |
| 2470 | + | |
2459 | 2471 | | |
2460 | 2472 | | |
2461 | 2473 | | |
| |||
Lines changed: 26 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 44 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments