File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff 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 *
You can’t perform that action at this time.
0 commit comments