Skip to content

Commit 96473b7

Browse files
endankegithub-actions[bot]
authored andcommitted
Remove line-cutout-width API from platform SDKs
GitOrigin-RevId: 37a78f4a0a0174ff3a337fb212dbe726c8534e64
1 parent 92da126 commit 96473b7

File tree

8 files changed

+15
-138
lines changed

8 files changed

+15
-138
lines changed

Sources/MapboxMaps/Annotations/Generated/PolylineAnnotationManager.swift

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

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

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

Sources/MapboxMaps/SwiftUI/Annotations/Generated/PolylineAnnotationGroup.swift

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

Tests/MapboxMapsTests/Annotations/Generated/PolylineAnnotationIntegrationTests.swift

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

Tests/MapboxMapsTests/Annotations/Generated/PolylineAnnotationManagerTests.swift

Lines changed: 0 additions & 26 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/LineLayerIntegrationTests.swift

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

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

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

scripts/api-compatibility-check/breakage_allowlist.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2216,3 +2216,13 @@ Func MapboxMap.loadStyle(_:transition:completion:) has parameter 2 type change f
22162216
// Allow MapboxCommon's location provider to be used in MapView, Heading is moved to MapboxCommon
22172217
Constructor MapInitOptions.init(mapOptions:cameraOptions:styleURI:styleJSON:antialiasingSampleCount:) has been removed
22182218
Struct Heading has been removed
2219+
2220+
// Remove lineCutoutWidth API in favor of using lineWidth for cutout
2221+
Func LineLayer.lineCutoutWidth(_:) has been removed
2222+
Func LineLayer.lineCutoutWidthTransition(_:) has been removed
2223+
Func PolylineAnnotationGroup.lineCutoutWidth(_:) has been removed
2224+
Func PolylineAnnotationGroup.lineCutoutWidthTransition(_:) has been removed
2225+
Var LineLayer.lineCutoutWidth has been removed
2226+
Var LineLayer.lineCutoutWidthTransition has been removed
2227+
Var PolylineAnnotationManager.lineCutoutWidth has been removed
2228+
Var PolylineAnnotationManager.lineCutoutWidthTransition has been removed

0 commit comments

Comments
 (0)