public function Map::removeInteraction in Openlayers 7.3
Return value
MapInterface The Map object.
Overrides MapInterface::removeInteraction
File
- src/
Types/ Map.php, line 91 - Class Map.
Class
- Map
- Class Map.
Namespace
Drupal\openlayers\TypesCode
public function removeInteraction($interaction_id) {
return $this
->removeObject($interaction_id);
}