Skip to content

Commit e8686a0

Browse files
evil159github-actions[bot]
authored andcommitted
rename Image to MBXImage in swift and remove experimental mark (#11163)
This will allow to use Image type in stable apis in swift. Addresses https://mapbox.atlassian.net/browse/MAPSIOS-2086 cc @mapbox/maps-android cc @mapbox/maps-ios cc @mapbox/gl-native GitOrigin-RevId: 244f35f40405bc012534c23d49447dd73afe240a
1 parent 7cb9041 commit e8686a0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Sources/MapboxMaps/Documentation.docc/API Catalogs/CoreMapsInternal.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Maps rendering SDK also known as GL-Native. These are for internal use only.
1313
- ``RequestErrorType``
1414
- ``EdgeInsets``
1515
- ``ScreenCoordinate``
16+
- ``MBXImage``
1617

1718
<!-- functions -->
1819
- ``MBMMapLoadingErrorTypeToString(_:)``

Sources/MapboxMaps/Foundation/CoreAliases.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ typealias CoreScreenCoordinate = MapboxCoreMaps_Private.__ScreenCoordinate
2020
typealias CoreScreenBox = MapboxCoreMaps_Private.ScreenBox
2121
typealias CoreEdgeInsets = MapboxCoreMaps_Private.__EdgeInsets
2222
typealias CoreTileCoverOptions = MapboxCoreMaps_Private.TileCoverOptions
23-
typealias CoreMapsImage = MapboxCoreMaps_Private.__Image
23+
typealias CoreMapsImage = MapboxCoreMaps_Private.__MBXImage
2424
typealias CoreCustomRasterSourceTileData = MapboxCoreMaps_Private.CustomRasterSourceTileData
2525
typealias CoreStyleManager = MapboxCoreMaps_Private.StyleManager
2626
typealias CoreGeoJSONSourceData = MapboxCoreMaps_Private.GeoJSONSourceData

0 commit comments

Comments
 (0)