Skip to content

Commit b78baa1

Browse files
ibesoragithub-actions[bot]
authored andcommitted
Promote interactions API to stable
GitOrigin-RevId: 064dc3f13fe62b2b0171c57e0a8dde6d2da036af
1 parent 4463e3b commit b78baa1

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/ui/map.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2210,9 +2210,7 @@ export class Map extends Camera {
22102210

22112211
/**
22122212
* Add an interaction — a named gesture handler of a given type.
2213-
* *This API is experimental and subject to change in future versions*.
22142213
*
2215-
* @experimental
22162214
* @param {string} id The ID of the interaction.
22172215
* @param {Object} interaction The interaction object with the following properties.
22182216
* @param {string} interaction.type The type of gesture to handle (e.g. 'click').
@@ -2258,9 +2256,7 @@ export class Map extends Camera {
22582256

22592257
/**
22602258
* Remove an interaction previously added with `addInteraction`.
2261-
* *This API is experimental and subject to change in future versions*.
22622259
*
2263-
* @experimental
22642260
* @param {string} id The id of the interaction to remove.
22652261
* @returns {Map} Returns itself to allow for method chaining.
22662262
*

0 commit comments

Comments
 (0)