• JMap.Application.Event.Measure.remove

    Removes the listener.

    If the listener doesn't exist, does nothing.

    Removes the listener from JMap Cloud NG. The listener is deleted and never called again after that.

    Parameters

    • listenerId: string

      The listener id

    Returns void

    Example

    // remove the listener "my-measure-listener"
    JMap.Application.Event.Measure.remove("my-measure-listener")