You are here

public function MapInterface::removeInteraction in Openlayers 7.3

Remove a interaction from the map.

Parameters

string $interaction_id: The machine name (or id) of the interaction to remove.

Return value

MapInterface The map.

1 method overrides MapInterface::removeInteraction()
Map::removeInteraction in src/Types/Map.php

File

src/Types/MapInterface.php, line 107
Interface MapInterface.

Class

MapInterface
Interface MapInterface.

Namespace

Drupal\openlayers\Types

Code

public function removeInteraction($interaction_id);