Commit f3574d8
[geofencing] Remove experimental from Geofencing APIs. (#8323)
Fixes https://mapbox.atlassian.net/browse/MAPSSDK-914
This PR promotes the Geofencing API to stable by removing the
`experimental` attribute across several layers.
* IDL Updates: The [Experimental] attribute is removed from all
Geofencing API Interface Definition Languages (IDLs).
* Maps SDKs: The MapboxExperimental attribution is removed from both the
Android and iOS Maps SDKs.
Action Required for C++ Consumers: The removal of the experimental flag
includes the removal of the experimental C++ namespace. Consumers
integrating the Geofencing C++ API must update their code to reflect the
new, stable namespace to avoid compilation errors.
cc @mapbox/core-sdk
cc @mapbox/maps-android
cc @mapbox/sdk-ci
cc @mapbox/maps-ios
---------
Co-authored-by: Changelog autocreator bot <[email protected]>
Co-authored-by: Mai Mai <[email protected]>
GitOrigin-RevId: aaacd7521b2272e7115d6f1a1b1b83ea9aab9f791 parent 15ab06a commit f3574d8
File tree
4 files changed
+8
-5
lines changed- Sources/Examples
- SwiftUI Examples
4 files changed
+8
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
9 | 14 | | |
10 | 15 | | |
11 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | | - | |
7 | 6 | | |
8 | 7 | | |
9 | 8 | | |
| |||
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | | - | |
7 | 6 | | |
8 | 7 | | |
9 | 8 | | |
| |||
0 commit comments