Skip to content

Commit a3e4391

Browse files
committed
Fix experimental style properties order
1 parent 4ae0503 commit a3e4391

File tree

4 files changed

+9
-6
lines changed

4 files changed

+9
-6
lines changed

Sources/MapboxMaps/Style/Generated/MapStyle+StandardExperimental.swift

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

Sources/MapboxMaps/Style/Generated/StandardBuildingsFeature.swift

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

Sources/MapboxMaps/Style/Generated/StandardPlaceLabelsFeature.swift

Lines changed: 1 addition & 1 deletion
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: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1933,3 +1933,6 @@ Func MapboxMap.queryRenderedFeatures(with:targets:completion:) has been removed
19331933
Func MapboxMap.querySourceFeatures(for:completion:) has been removed
19341934
Struct FeaturesetQueryTarget has been removed
19351935
Var QueriedRenderedFeature.queryTargets has been removed
1936+
1937+
// UpdateMapStyle.standardExperimental parameters order.
1938+
Func MapStyle.standardExperimental(theme:lightPreset:font:showPointOfInterestLabels:showTransitLabels:showPlaceLabels:showRoadLabels:show3dObjects:buildingHighlightColor:buildingSelectColor:placeLabelSelectColor:placeLabelHighlightColor:) has been renamed to Func standardExperimental(theme:lightPreset:font:showPointOfInterestLabels:showTransitLabels:showPlaceLabels:showRoadLabels:show3dObjects:buildingHighlightColor:buildingSelectColor:placeLabelHighlightColor:placeLabelSelectColor:)

0 commit comments

Comments
 (0)