Commit 5add6ac
Expose line cutout width (#6717)
This PR exposes `LineLayer.lineCutoutFadeWidth`.
Addresses: https://mapbox.atlassian.net/browse/MAPSAND-2309 and
https://mapbox.atlassian.net/browse/MAPSIOS-1960
cc @mapbox/maps-android
cc @mapbox/maps-ios
cc @mapbox/sdk-ci
GitOrigin-RevId: f5b179023b9c3baed0765b9ce38688aa396fa28e1 parent 6a4403e commit 5add6ac
File tree
15 files changed
+529
-2
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
+529
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
| |||
Lines changed: 12 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 & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
192 | 192 | | |
193 | 193 | | |
194 | 194 | | |
195 | | - | |
| 195 | + | |
| 196 | + | |
196 | 197 | | |
197 | 198 | | |
198 | 199 | | |
| |||
202 | 203 | | |
203 | 204 | | |
204 | 205 | | |
205 | | - | |
| 206 | + | |
| 207 | + | |
206 | 208 | | |
207 | 209 | | |
208 | 210 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
959 | 959 | | |
960 | 960 | | |
961 | 961 | | |
| 962 | + | |
962 | 963 | | |
963 | 964 | | |
964 | 965 | | |
| |||
996 | 997 | | |
997 | 998 | | |
998 | 999 | | |
| 1000 | + | |
999 | 1001 | | |
1000 | 1002 | | |
1001 | 1003 | | |
| |||
1033 | 1035 | | |
1034 | 1036 | | |
1035 | 1037 | | |
| 1038 | + | |
1036 | 1039 | | |
1037 | 1040 | | |
1038 | 1041 | | |
| |||
2850 | 2853 | | |
2851 | 2854 | | |
2852 | 2855 | | |
| 2856 | + | |
| 2857 | + | |
2853 | 2858 | | |
2854 | 2859 | | |
2855 | 2860 | | |
| |||
2906 | 2911 | | |
2907 | 2912 | | |
2908 | 2913 | | |
| 2914 | + | |
| 2915 | + | |
2909 | 2916 | | |
2910 | 2917 | | |
2911 | 2918 | | |
| |||
2962 | 2969 | | |
2963 | 2970 | | |
2964 | 2971 | | |
| 2972 | + | |
| 2973 | + | |
2965 | 2974 | | |
2966 | 2975 | | |
2967 | 2976 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
768 | 768 | | |
769 | 769 | | |
770 | 770 | | |
| 771 | + | |
771 | 772 | | |
772 | 773 | | |
773 | 774 | | |
| |||
805 | 806 | | |
806 | 807 | | |
807 | 808 | | |
| 809 | + | |
808 | 810 | | |
809 | 811 | | |
810 | 812 | | |
| |||
2410 | 2412 | | |
2411 | 2413 | | |
2412 | 2414 | | |
| 2415 | + | |
| 2416 | + | |
2413 | 2417 | | |
2414 | 2418 | | |
2415 | 2419 | | |
| |||
2466 | 2470 | | |
2467 | 2471 | | |
2468 | 2472 | | |
| 2473 | + | |
| 2474 | + | |
2469 | 2475 | | |
2470 | 2476 | | |
2471 | 2477 | | |
| |||
Lines changed: 13 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 22 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 61 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments