Skip to main content

Home > blockly > MarkerManager > unregisterMarker

MarkerManager.unregisterMarker() method

Unregister the marker by removing it from the map of markers.

Signature:

unregisterMarker(id: string): void;

Parameters

ParameterTypeDescription
idstringThe ID of the marker to unregister.

Returns:

void